1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00
Files
server/util/SqlUpdate/2017-05-11_00_AlterCollectionUser.sql
2017-05-31 08:32:45 -04:00

12 lines
232 B
Transact-SQL

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