added the dest db...

This commit is contained in:
Antonis Lempesis 2020-07-16 17:01:12 +03:00 committed by Spyros Zoupanos
parent b16bb68b9f
commit e217d496ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ CREATE OR REPLACE VIEW ${stats_db_name}.concept AS SELECT * FROM ${external_sta
-- Creation date of the database
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
create table creation_date as select date_format(current_date(), 'dd-MM-yyyy') as date;
create table ${stats_db_name}.creation_date as select date_format(current_date(), 'dd-MM-yyyy') as date;