From 7dbf58f9486fb3b3a021bbfab9df03af5a8f0fb3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Feb 2013 17:52:49 +0200 Subject: Use multi-pass table creation in MySQL This deals with table creation order and circular dependencies. Unfortunately, there doesn't seem to be a way in MySQL to drop a foreign key only if it exists without resorting to stored procedures. --- common/schema/test.std | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 common/schema/test.std (limited to 'common/schema/test.std') diff --git a/common/schema/test.std b/common/schema/test.std deleted file mode 100644 index e69de29..0000000 -- cgit v1.1