You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
DOQUERY "create table tmp_templates(tid integer, |
|
id char(200) not null, |
|
content text not null, |
|
description char(200) , |
|
comment char(200) , |
|
version integer default 1 |
|
|
|
) |
|
;" |
|
|
|
sx_auto_upload_table.x tmp_templates ./fm_templates.unl |
|
|
|
DOSQL fm_templates_fuellen.sql |
|
|
|
|
|
|