4 lines
178 B
MySQL
4 lines
178 B
MySQL
|
DROP TABLE IF EXISTS "UserAssociation";
|
||
|
|
||
|
INSERT INTO public."DBVersion" VALUES ('DMPDB', '00.00.005', '2020-06-03 12:00:00.000000+03', now(), 'Remove user association table');
|
||
|
|