Skip to content

Commit

Permalink
[489] SQL for prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Mar 19, 2011
1 parent 774d10d commit 21e60a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 488);
define('DB_VERSION', 'armory_r471');
define('ARMORY_REVISION', 489);
define('DB_VERSION', 'armory_r489');
define('CONFIG_VERSION', '2001201101');
?>
7 changes: 7 additions & 0 deletions sql/updates/armory_r489_armory_visitors.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
UPDATE `armory_db_version` SET `version` = 'armory_r489';
DROP TABLE IF EXISTS `armory_visitors`;
CREATE TABLE `armory_visitors` (
`date` int(11) NOT NULL,
`count` int(11) NOT NULL,
PRIMARY KEY (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

0 comments on commit 21e60a9

Please sign in to comment.