Skip to content

Commit

Permalink
Remove old history table
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Dec 16, 2024
1 parent 43f6ab6 commit a001303
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sql.d/schema/create_schema_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ CREATE TABLE repositories (
CREATE UNIQUE INDEX ON repositories(name);

-- history
DROP TABLE IF EXISTS repositories_history CASCADE;

CREATE TABLE repositories_history (
ts timestamp with time zone NOT NULL PRIMARY KEY,
snapshot jsonb NOT NULL
);

DROP TABLE IF EXISTS repositories_history_new CASCADE;

CREATE TABLE repositories_history_new (
Expand Down

0 comments on commit a001303

Please sign in to comment.