Skip to content

Commit

Permalink
schema. remove useless table creation
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Mar 12, 2024
1 parent ee6250c commit edbde34
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/storage/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ CREATE TABLE accounts (
`locked` BOOLEAN NOT NULL,
`created` TIMESTAMP NOT NULL
);

CREATE TABLE units (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
`name` TEXT NOT NULL,
`label` TEXT NOT NULL,
`created` TIMESTAMP NOT NULL
);

0 comments on commit edbde34

Please sign in to comment.