add(crm): migration for crm_content ownership
This commit is contained in:
parent
0ee0951630
commit
df6dcd53fa
@ -0,0 +1 @@
|
||||
ALTER TABLE `crm_content` ADD `user_id` BIGINT UNSIGNED NOT NULL AFTER `module_id`, ADD INDEX (`user_id`);
|
||||
2
crm/db/schema/mysql/new.sh
Executable file
2
crm/db/schema/mysql/new.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
touch $(date +%Y%m%d%H%M%S).sql
|
||||
Loading…
x
Reference in New Issue
Block a user