added new sql file
This commit is contained in:
parent
1bfbc66209
commit
3a3fefb1ff
resources/db_update_scripts
@ -1,3 +0,0 @@
|
||||
ALTER TABLE NotificationData ADD COLUMN `request_id` bigint(20) DEFAULT NULL;
|
||||
ALTER TABLE NotificationData ADD KEY `FK2DCAC3558D40D1B9` (`request_id`);
|
||||
ALTER TABLE NotificationData ADD CONSTRAINT `FK2DCAC3558D40D1B9` FOREIGN KEY (`request_id`) REFERENCES `peer_request` (`id`) ON DELETE SET NULL;
|
3
resources/db_update_scripts/db_update_20130125.sql
Executable file
3
resources/db_update_scripts/db_update_20130125.sql
Executable file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE NotificationData ADD COLUMN `request_id` bigint(20) DEFAULT NULL;
|
||||
ALTER TABLE NotificationData ADD KEY `FK2DCAC3558D40D1B9` (`request_id`);
|
||||
ALTER TABLE NotificationData ADD CONSTRAINT `FK2DCAC3558D40D1B9` FOREIGN KEY (`request_id`) REFERENCES `peer_request` (`id`) ON DELETE SET NULL;
|
Loading…
x
Reference in New Issue
Block a user