summaryrefslogtreecommitdiff
path: root/SQL/mssql.upgrade.sql
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
committerthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
commit502436dad02293899fb41a8bd9179f1449236136 (patch)
treee5c05a3e4a3e8f00af6f066115f166d485ad5faa /SQL/mssql.upgrade.sql
parentaa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff)
We're on the road towards 0.7 now
Diffstat (limited to 'SQL/mssql.upgrade.sql')
-rw-r--r--SQL/mssql.upgrade.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/SQL/mssql.upgrade.sql b/SQL/mssql.upgrade.sql
index b506e5d96..70cf34d36 100644
--- a/SQL/mssql.upgrade.sql
+++ b/SQL/mssql.upgrade.sql
@@ -111,7 +111,7 @@ GO
DELETE FROM [dbo].[cache]
GO
--- Updates from version 0.6-stable
+-- Updates from version 0.6
CREATE TABLE [dbo].[dictionary] (
[user_id] [int] ,
@@ -238,4 +238,4 @@ ALTER TABLE [dbo].[cache_messages] ADD CONSTRAINT [FK_cache_messages_user_id]
FOREIGN KEY ([user_id]) REFERENCES [dbo].[users] ([user_id])
ON DELETE CASCADE ON UPDATE CASCADE
GO
- \ No newline at end of file
+