mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-25 14:23:10 +00:00
9 lines
93 B
Transact-SQL
9 lines
93 B
Transact-SQL
/*
|
|
|
|
Version 1.0.2.1 migration script
|
|
|
|
*/
|
|
|
|
ALTER TABLE [dbo].[Page]
|
|
DROP COLUMN EditMode
|
|
GO |