Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-09-13 19:53:25 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-09-13 19:53:25 +0300
commitf9b6edb0afa307cf687beaf1133ea811c935805d (patch)
tree97873908482e5ee33347b7389d99e56df26d9755
parentbbe274deb26fc75abd1f7e5eadecfbd39395c46f (diff)
Remove unused theme key from redirinfo-temp
-rw-r--r--setup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index 6f1489d..2a396e2 100644
--- a/setup.php
+++ b/setup.php
@@ -227,7 +227,6 @@
`user` tinytext NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`country` tinytext NOT NULL,
- `theme` varchar(100) NOT NULL,
`clicks` int(11) NOT NULL,
`pw` int(120) NOT NULL,
`etc` text,