mirror of
https://github.com/bitwarden/server
synced 2025-12-27 21:53:24 +00:00
move mail and sql updates to util folder
This commit is contained in:
11
util/SqlUpdate/2017-05-11_00_AlterCollectionUser.sql
Normal file
11
util/SqlUpdate/2017-05-11_00_AlterCollectionUser.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
alter table [CollectionUser] drop constraint [PK_CollectionUser]
|
||||
go
|
||||
|
||||
alter table [CollectionUser] drop column id
|
||||
go
|
||||
|
||||
alter table [CollectionUser] drop column revisiondate
|
||||
go
|
||||
|
||||
alter table [CollectionUser] drop column creationdate
|
||||
go
|
||||
Reference in New Issue
Block a user