mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-22 12:34:22 +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 |