mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
database adjustments and storage for attachments
This commit is contained in:
8
util/SqlUpdate/2017-06-30_00_UserPremium.sql
Normal file
8
util/SqlUpdate/2017-06-30_00_UserPremium.sql
Normal file
@ -0,0 +1,8 @@
|
||||
alter table [user] add [Premium] BIT NULL
|
||||
go
|
||||
|
||||
update [user] set [premium] = 0
|
||||
go
|
||||
|
||||
alter table [user] alter column [premium] BIT NOT NULL
|
||||
go
|
Reference in New Issue
Block a user