Skip to content

Commit 4fa8b86

Browse files
committed
Merge seed dbs
2 parents c3fe74b + 7c4df17 commit 4fa8b86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

seeded_database/spawns.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRAGMA foreign_keys=OFF;
22
BEGIN TRANSACTION;
33
CREATE TABLE migrations (migration_label text not null, created_at int not null default (strftime('%s','now')), primary key (migration_label));
4-
INSERT INTO migrations VALUES('schema',1733593032);
5-
INSERT INTO migrations VALUES('20191203190521',1733593032);
4+
INSERT INTO migrations VALUES('schema',1234567890);
5+
INSERT INTO migrations VALUES('20191203190521',1234567890);
66
CREATE TABLE db (
77
varname varchar not null,
88
playerid varchar not null,

0 commit comments

Comments
 (0)