Skip to content

Commit

Permalink
Script 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Nov 19, 2024
1 parent d7f56cf commit fcfa457
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Database/Update/4.2/MsSql.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ALTER TABLE dbo.ArticleType ADD DisplayOrder int NULL
GO

ALTER TABLE dbo.ProductCategory ADD DisplayOrder int NULL
GO

ALTER TABLE dbo.VideoType ADD DisplayOrder int NULL
GO
3 changes: 3 additions & 0 deletions Database/Update/4.2/MySql.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE ArticleType ADD DisplayOrder INT NULL;
ALTER TABLE ProductCategory ADD DisplayOrder INT NULL;
ALTER TABLE VideoType ADD DisplayOrder INT NULL;
3 changes: 3 additions & 0 deletions Database/Update/4.2/Sqlite.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE ArticleType ADD DisplayOrder int NULL;
ALTER TABLE ProductCategory ADD DisplayOrder int NULL;
ALTER TABLE VideoType ADD DisplayOrder int NULL;
Binary file added Database/Update/4.2/package.zip.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions Database/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
{
"Version": "4.1",
"Resolved": "Update/4.1/package.zip"
},
{
"Version": "4.2",
"Resolved": "Update/4.2/package.zip"
}
]
}

0 comments on commit fcfa457

Please sign in to comment.