Thank you, StrawberryFride, for a patch that adds group permission support
to MSSQL. Contains a migration, back up your database.
This commit is contained in:
Melanie Thielker
2008-11-14 19:36:29 +00:00
parent 1bd0721dbe
commit 5214d39e7c
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION
ALTER TABLE inventoryitems ADD inventoryGroupPermissions INTEGER NOT NULL default 0
COMMIT