stats_wf_extensions_and_corrections #28
|
@ -83,7 +83,7 @@ DROP VIEW IF EXISTS ${stats_db_shadow_name}.software_topics;
|
||||||
|
|
||||||
|
|
||||||
-- Creating the shadow database, in case it doesn't exist
|
-- Creating the shadow database, in case it doesn't exist
|
||||||
CREATE database ${stats_db_shadow_name};
|
CREATE database IF NOT EXISTS ${stats_db_shadow_name};
|
||||||
|
|
||||||
-- Creating new views
|
-- Creating new views
|
||||||
CREATE VIEW IF NOT EXISTS ${stats_db_shadow_name}.country AS SELECT * FROM ${stats_db_name}.country;
|
CREATE VIEW IF NOT EXISTS ${stats_db_shadow_name}.country AS SELECT * FROM ${stats_db_name}.country;
|
||||||
|
|
Loading…
Reference in New Issue