Skip to content

Commit

Permalink
#443
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Apr 3, 2016
1 parent 70e1f0c commit 7f38aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// BASE_PATH
define('BASE_PATH', __DIR__);
define('VERSION', '3.3.7');
define('VERSION', '3.3.8');

// Vendor Autoload
require BASE_PATH . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion ss_node_info_log.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

DROP TABLE IF EXISTS `ss_node_info_log`;
CREATE TABLE `ss_node_info` (
CREATE TABLE `ss_node_info_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`node_id` int(11) NOT NULL,
`uptime` float NOT NULL,
Expand Down

0 comments on commit 7f38aff

Please sign in to comment.