Skip to content

Commit

Permalink
Merge seed dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Logg-y committed Dec 8, 2024
2 parents c3fe74b + 7c4df17 commit 4fa8b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions seeded_database/spawns.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE migrations (migration_label text not null, created_at int not null default (strftime('%s','now')), primary key (migration_label));
INSERT INTO migrations VALUES('schema',1733593032);
INSERT INTO migrations VALUES('20191203190521',1733593032);
INSERT INTO migrations VALUES('schema',1234567890);
INSERT INTO migrations VALUES('20191203190521',1234567890);
CREATE TABLE db (
varname varchar not null,
playerid varchar not null,
Expand Down
Loading

0 comments on commit 4fa8b86

Please sign in to comment.