Update 20190329
This commit is contained in:
8
Version 20181015_Scripts/SQL_Scrpts.txt
Normal file
8
Version 20181015_Scripts/SQL_Scrpts.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
alter table gesetz add standard bit
|
||||
go
|
||||
update gesetz set standard=0
|
||||
go
|
||||
alter table behandlungsart add Standard bit
|
||||
go
|
||||
update behandlungsart set standard=0
|
||||
go
|
||||
Reference in New Issue
Block a user