diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-12-24 22:24:32 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-12-24 22:24:32 +0100 |
| commit | ae8814772fa4a63d42b4f588bc99d88fd4d3d6e8 (patch) | |
| tree | 6797d6427859e15a396d14be396374f4d13c2ae9 /sql | |
| parent | 09f57db03d352a12d18d06a9c1616045f233dc4d (diff) | |
Core/DataStores: Implemented loading hotfixes database into DB2Storage
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_12_24_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_24_00_world.sql b/sql/updates/world/2014_12_24_00_world.sql new file mode 100644 index 00000000000..707996093b7 --- /dev/null +++ b/sql/updates/world/2014_12_24_00_world.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `keychain_db2`; |
