mirror of
https://github.com/kasperfriend/tortoise-docker.git
synced 2026-08-18 18:44:25 +02:00
4 lines
230 B
SQL
4 lines
230 B
SQL
-- Required by BackupCharacterInventory and `.character diffitems`.
|
|
-- The core copies rows with INSERT ... SELECT *, so schema parity is required.
|
|
CREATE TABLE IF NOT EXISTS `character_inventory_copy` LIKE `character_inventory`;
|