bill-server-go/scripts/sqliteMigrations.sql

9 lines
232 B
MySQL
Raw Normal View History

2023-06-01 20:07:02 +08:00
INSERT INTO labels (id, type, name, count)
VALUES (1, '', 'bill', 0),
(2, '', 'bill', 0),
(3, '', 'bill', 0),
(4, '', 'bill', 0),
(5, '', 'bill', 0),
(6, '', 'bill', 0),
(7, '', 'bill', 0);