mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
* If a column is dropped the constraint that uses that column must be dropped first. * Removed trailing comma * Fixed invalid SQL syntax * Fixed syntax mistakes in MSSQL initial database script
6 lines
127 B
Transact-SQL
6 lines
127 B
Transact-SQL
ALTER TABLE [dbo].[session] DROP CONSTRAINT [DF_session_created]
|
|
GO
|
|
|
|
ALTER TABLE [dbo].[session] DROP COLUMN [created]
|
|
GO
|