2 lines
100 B
SQL
2 lines
100 B
SQL
INSERT INTO "channels" ("uid", "name") VALUES ('home', 'Home'), ('notifications', 'Notifications');
|