Skip to content

Commit

Permalink
revert original create table statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstansell committed Jan 12, 2023
1 parent 95ff3ff commit 8b5bc96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion store/migrate/postgres/ddl_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ CREATE TABLE servers (
,server_updated INTEGER
,server_started INTEGER
,server_stopped INTEGER
,server_lastbusy INTEGER
);
`

Expand Down
1 change: 0 additions & 1 deletion store/migrate/sqlite/ddl_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ CREATE TABLE IF NOT EXISTS servers (
,server_updated INTEGER
,server_started INTEGER
,server_stopped INTEGER
,server_lastbusy INTEGER
);
`

Expand Down

0 comments on commit 8b5bc96

Please sign in to comment.