VENOM-1 : Test für Push bla
This commit is contained in:
parent
2364c224fc
commit
e3a0c6442c
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ create table if not exists data
|
||||||
datatype enum ('content', 'form')
|
datatype enum ('content', 'form')
|
||||||
)
|
)
|
||||||
comment 'DataLoader File';
|
comment 'DataLoader File';
|
||||||
|
|
||||||
|
create table if not exists meteData
|
||||||
|
(
|
||||||
|
id int(255) auto_increment not null unique primary key
|
||||||
|
)
|
||||||
|
comment 'Test'
|
||||||
|
|
Loading…
Reference in a new issue