🗃️ changed db variables
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
ed474d4433
commit
b6123ceb02
4 changed files with 9 additions and 3 deletions
|
|
@ -62,6 +62,12 @@ func SetupDb() {
|
|||
empati INT,
|
||||
hjelpsomhet INT
|
||||
);`,
|
||||
`CREATE TABLE IF NOT EXISTS Evaluering (
|
||||
evalueringtekst TEXT
|
||||
);`,
|
||||
`CREATE TABLE IF NOT EXISTS FeilRapport (
|
||||
feiltekst TEXT
|
||||
);`,
|
||||
}
|
||||
|
||||
// Execute SQL statements
|
||||
|
|
|
|||
Reference in a new issue