[feat] extend database schema with new tables and indexes
This commit is contained in:
9
database/main/availability_level.sql
Normal file
9
database/main/availability_level.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
create table availability_level
|
||||
(
|
||||
id INTEGER
|
||||
primary key,
|
||||
stufe INTEGER not null
|
||||
unique,
|
||||
beschreibung TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user