remove create_file_table, now replaced by create_config
This commit is contained in:
parent
7c74610b20
commit
c37b5b89ce
1 changed files with 0 additions and 8 deletions
|
|
@ -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';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue