Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nan.li committed Sep 28, 2013
2 parents 6b31b8d + 35de968 commit a7fadb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Empty file modified web/application/config/user_agents.php
100644 → 100755
Empty file.
Empty file modified web/application/models/common.php
100644 → 100755
Empty file.
13 changes: 1 addition & 12 deletions web/assets/sql/dbtables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ CREATE TABLE IF NOT EXISTS `umsinstall_wifi_towers` (


--
-- 表的结构 `tag_group`
-- Table Structure of `tag_group`
--

CREATE TABLE IF NOT EXISTS `umsinstall_tag_group` (
Expand Down Expand Up @@ -839,14 +839,3 @@ CREATE TABLE IF NOT EXISTS `umsinstall_getui_product` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;


--
-- Default value for table `gcmappkeys`
--

CREATE TABLE IF NOT EXISTS `umsinstall_gcmappkeys` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`appkey` varchar(128) NOT NULL,
`status` smallint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

0 comments on commit a7fadb7

Please sign in to comment.