✏️ Fikser glemt semikolon + glemte felt i tester
Co-authored-by: Amalie Erdal Mansåker <amalie.erdal.mansaker@nav.no>
This commit is contained in:
parent
cb3157d008
commit
a9c267e309
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
DROP TABLE feilmelding
|
||||
DROP TABLE feilmelding;
|
||||
|
||||
CREATE TABLE feilmelding (
|
||||
id SERIAL PRIMARY KEY ,
|
||||
|
@ -7,4 +7,4 @@ CREATE TABLE feilmelding (
|
|||
dato TIMESTAMP NOT NULL,
|
||||
arbeidsstatus SMALLINT NOT NULL DEFAULT 0,
|
||||
haster BOOLEAN NOT NULL DEFAULT false
|
||||
)
|
||||
);
|
Reference in a new issue