Create initial DB migration script
This commit is contained in:
parent
242e535f93
commit
6ad9fcc098
19 changed files with 114 additions and 39 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `role`
|
||||
ADD CONSTRAINT `FK_d9e438d88cfb64f7f8e1ae593c3` FOREIGN KEY (`serverId`) REFERENCES `server` (`Id`);
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `setting`
|
||||
ADD CONSTRAINT `FK_a3623ec541bdb12fa0f58bdfde7` FOREIGN KEY (`serverId`) REFERENCES `server` (`Id`);
|
Loading…
Add table
Add a link
Reference in a new issue