Add the missing resource files for MSSQL

Mantis #3800
This commit is contained in:
Melanie Thielker
2009-06-17 14:54:25 +00:00
parent ce7de3581c
commit 3ee599b900
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
BEGIN TRANSACTION
ALTER TABLE prims ADD PassTouches bit not null default 0
COMMIT
BEGIN TRANSACTION
ALTER TABLE prims ADD PassTouches bit not null default 0
COMMIT