aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-07 17:52:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-07 17:52:49 +0200
commit7dbf58f9486fb3b3a021bbfab9df03af5a8f0fb3 (patch)
treebdf0897bd03cb578d932257a70ad98314c7e7821 /common/makefile
parent14cc151f37a089784f8db162bb6f419ec8d1aecb (diff)
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.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile3
1 files changed, 2 insertions, 1 deletions
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 \