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/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/makefile') diff --git a/common/makefile b/common/makefile index 883fe3f..551a0f8 100644 --- a/common/makefile +++ b/common/makefile @@ -39,7 +39,8 @@ query/array \ readonly \ relationship \ relationship-query \ -schema \ +schema/namespace \ +schema/embedded/order \ session/cache \ template \ transaction/basics \ -- cgit v1.1