diff options
| author | Blaymoira <none@none> | 2009-01-19 18:11:08 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-19 18:11:08 +0100 |
| commit | f28fb06d711c03ca777d04b546f5eceff0ca46b5 (patch) | |
| tree | 4f2269108077d448e6ef3215525afe83b8f29d93 /sql/updates/919_world.sql | |
| parent | c81b6bc7b65f2b137df5518682a5e29858e62b67 (diff) | |
*Added another column for version table - by Zor
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/919_world.sql')
| -rw-r--r-- | sql/updates/919_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql new file mode 100644 index 00000000000..24267d49223 --- /dev/null +++ b/sql/updates/919_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE version + ADD `core_revision` BIGINT UNSIGNED AFTER `core_version`;
\ No newline at end of file |
