diff --git a/dev/manage-code/create-file/create_file_table.sql b/dev/manage-code/create-file/create_file_table.sql deleted file mode 100644 index 3e470f3b7..000000000 --- a/dev/manage-code/create-file/create_file_table.sql +++ /dev/null @@ -1,8 +0,0 @@ -SELECT - columns.column_name,columns.data_type -FROM - information_schema.columns -WHERE - columns.table_schema='syndicat' - and columns.table_name='vw_historic'; -