Skip to content

Commit

Permalink
delete constraint into tags table
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakodol committed Mar 30, 2014
1 parent b090fa7 commit 44c38d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/dbschema/a2zcms.sql
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,6 @@ ALTER TABLE `permission_role`
ADD CONSTRAINT `permission_role_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `tags`
--
ALTER TABLE `tags`
ADD CONSTRAINT `tags_plugin_id_foreign` FOREIGN KEY (`plugin_id`) REFERENCES `plugins` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `user_login_historys`
--
ALTER TABLE `user_login_historys`
Expand Down

0 comments on commit 44c38d2

Please sign in to comment.