remove create_file_table, now replaced by create_config

This commit is contained in:
Dany De Bontridder 2011-01-19 13:41:26 +00:00
parent 7c74610b20
commit c37b5b89ce

View file

@ -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';