Files
server/util/SqlUpdate/2017-05-11_00_AlterCollectionUser.sql

12 lines
232 B
MySQL
Raw Normal View History

2017-05-11 14:52:35 -04:00
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