ekster/cmd/eksterd/db/migrations/000003_add_default_channels.up.sql

2 lines
100 B
SQL

INSERT INTO "channels" ("uid", "name") VALUES ('home', 'Home'), ('notifications', 'Notifications');