You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
500 B
JSON

{
"id" : "SERVICE",
"name" : {
"default" : "Service",
"CZ" : "Služby"
},
"descriptoin" : {
"default" : "",
"CZ" : ""
},
"schemaVersion" : 1,
"sql" : [
"CREATE TABLE \"AccService\" (
\"id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
\"accServiceName\" TEXT NULL,
\"price\" INTEGER NOT NULL,
\"active\" INTEGER NOT NULL,
\"salePossible\" INTEGER NOT NULL,
\"serviceType\" INTEGER NOT NULL);"
],
"dependencies" : []
}