From 0ff6217227ce551d6c91524c8e7fd37352e20490 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 19 Oct 2025 19:17:37 -0300 Subject: add include path for PostgreSQL + overall cleanup Some distributions place libpq headers under /usr/include/postgresql which is why it's added to the include path. And even though we don't support it yet, the same happens with MariaDB, with headers being placed under /usr/include/mariadb. --- sqlite/z-001-migrate-v01-to-v02.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite') diff --git a/sqlite/z-001-migrate-v01-to-v02.sql b/sqlite/z-001-migrate-v01-to-v02.sql index f471f53..19fdddb 100644 --- a/sqlite/z-001-migrate-v01-to-v02.sql +++ b/sqlite/z-001-migrate-v01-to-v02.sql @@ -2,7 +2,7 @@ -- 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. -- 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`. -- cgit v1.2.3