Skip to content

Commit e4fbbf8

Browse files
-- Added topics schema #299 (#315)
* -- Added topics schema #299 * -- Version change ue to flyway multiple v1 migrations.
1 parent 75f66ce commit e4fbbf8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS Topics(
2+
id serial not null primary key,
3+
topic_name varchar(255)
4+
);

0 commit comments

Comments
 (0)