fix: refs #7664 No insert editorFk
This commit is contained in:
parent
1639f7155e
commit
af62c2e807
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE vn.calendar
|
||||
ADD CONSTRAINT calendar_user_FK FOREIGN KEY (editorFk) REFERENCES account.`user`(id);
|
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "Calendar",
|
||||
"base": "VnModel",
|
||||
"log": {
|
||||
"model": "WorkerLog",
|
||||
"relation": "labour"
|
||||
"mixins": {
|
||||
"Loggable": true
|
||||
},
|
||||
"options": {
|
||||
"mysql": {
|
||||
|
|
Loading…
Reference in New Issue