add version
This commit is contained in:
parent
dc24256137
commit
e9ac475a47
1
config/version
Normal file
1
config/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
version=0.1
|
5
releases/0.1/update_commands
Normal file
5
releases/0.1/update_commands
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Database Commands
|
||||||
|
sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB)
|
||||||
|
sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB)
|
||||||
|
sql_command_school_year::CREATE TABLE IF NOT EXISTS teacher (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, surname TEXT, short TEXT, active INTEGER, work_time BLOB, comments BLOB, saldo BLOB, email TEXT, infos BLOB)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user