3
0

add(crm): migration for crm_content ownership

This commit is contained in:
Tit Petric 2018-11-09 13:34:12 +01:00
parent 0ee0951630
commit df6dcd53fa
2 changed files with 3 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
#!/bin/bash
touch $(date +%Y%m%d%H%M%S).sql