From 27a0df43b33b712462ab5be65462162b9e4bcd29 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 23 Oct 2025 04:26:11 -0300 Subject: change how guild data is stored --- sqlite/z-001-migrate-v01-to-v02.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sqlite/z-001-migrate-v01-to-v02.sql') diff --git a/sqlite/z-001-migrate-v01-to-v02.sql b/sqlite/z-001-migrate-v01-to-v02.sql index 19fdddb..a874194 100644 --- a/sqlite/z-001-migrate-v01-to-v02.sql +++ b/sqlite/z-001-migrate-v01-to-v02.sql @@ -2,10 +2,10 @@ -- must be manually executed as `sqlite3 -bail -echo tibia.db < migration.sql` -- because the original schema didn't have a `Patches` table which is necessary -- with the new automatic patching system. Future migration scripts can be placed --- in `patches/` for automatic execution but not this one, unfortunately. +-- in `patches/` for automatic execution but not this one, unfortunately. For +-- more details see `sqlite/README.txt`. -- These changes are already present in the latest `schema.sql`, so trying to --- apply it to a newly created database will result in errors. For more details --- see `sqlite/README.txt`. +-- apply them to a newly created database will result in errors. --============================================================================== BEGIN; -- cgit v1.2.3