Skip to content

Commit

Permalink
hotfix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Dec 1, 2023
1 parent 5c71021 commit 106ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/schema/initdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CREATE TABLE IF NOT EXISTS goal (
"target" NUMERIC(10,2) NOT NULL,
"date" DATE,
created_at TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP NOT NULL,
updated_at TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP NOT NULL,
updated_at TIMESTAMPTZ DEFAULT CURRENT_TIMESTAMP NOT NULL
);

--========================================================================
Expand Down

0 comments on commit 106ac95

Please sign in to comment.