Skip to content

Commit

Permalink
correct the order of tables in init_global.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bendiy committed Apr 1, 2013
1 parent 16b1faf commit bdb897d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions node-datasource/database/source/init_global.sql
Expand Up @@ -10,23 +10,27 @@
-- [ START ] xt

-- xt tables
\i xt/tables/bicache.sql
-- These need to be in the correct order for them to load based on dependant columns.
\i xt/tables/datasource.sql
\i xt/tables/dbserver.sql
\i xt/tables/ext.sql
\i xt/tables/oa2client.sql
\i xt/tables/oa2clientredirs.sql
\i xt/tables/oa2token.sql
\i xt/tables/org.sql
\i xt/tables/orgext.sql
-- TODO Remove session in a future version after it has had time to be dropped.
\i xt/tables/session.sql
\i xt/tables/sessionorg.sql

\i xt/tables/sessionstore.sql

\i xt/tables/usr.sql
\i xt/tables/usrorg.sql

\i xt/tables/oa2client.sql
\i xt/tables/oa2clientredirs.sql
\i xt/tables/oa2token.sql

\i xt/tables/bicache.sql

-- xt functions
\i xt/functions/add_priv.sql

Expand Down

0 comments on commit bdb897d

Please sign in to comment.