Skip to content

Commit

Permalink
back to Constellation
Browse files Browse the repository at this point in the history
  • Loading branch information
luss committed Nov 4, 2024
1 parent 9dc8ab4 commit 7d34c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf/versions.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

DROP TABLE IF EXISTS hub;
CREATE TABLE hub(v TEXT NOT NULL PRIMARY KEY, c TEXT NOT NULL, d TEXT NOT NULL);
INSERT INTO hub VALUES ('24.11.1', 'devel', '20241101');
INSERT INTO hub VALUES ('24.11.1', 'Constellation', '20241101');

DROP VIEW IF EXISTS v_versions;

Expand Down

0 comments on commit 7d34c6f

Please sign in to comment.