We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3fe74b + 7c4df17 commit 4fa8b86Copy full SHA for 4fa8b86
seeded_database/spawns.txt
@@ -1,8 +1,8 @@
1
PRAGMA foreign_keys=OFF;
2
BEGIN TRANSACTION;
3
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);
+INSERT INTO migrations VALUES('schema',1234567890);
+INSERT INTO migrations VALUES('20191203190521',1234567890);
6
CREATE TABLE db (
7
varname varchar not null,
8
playerid varchar not null,
0 commit comments