Skip to content

Commit

Permalink
fix: data retrieval webservice test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Dec 13, 2024
1 parent d12ef09 commit 2eb247c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public static void initializeTestData(boolean dataSampleOk) throws SQLException,
query.append("CREATE SCHEMA arc;");
query.append("CREATE SCHEMA arc_bas1;");

// sandboxes tables
query.append("CREATE TABLE arc.ext_etat_jeuderegle as select 'arc_bas1' as id, true as isenv;");
query.append("CREATE TABLE arc_bas1.ext_etat_jeuderegle as select * from arc.ext_etat_jeuderegle;");

// family and client tables
query.append("CREATE TABLE arc.ihm_client AS ");
Expand Down

0 comments on commit 2eb247c

Please sign in to comment.