about summary refs log tree commit diff stats
path: root/central
diff options
context:
space:
mode:
Diffstat (limited to 'central')
-rw-r--r--central/trunk/instadisc.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/central/trunk/instadisc.sql b/central/trunk/instadisc.sql index 3f39a2a..f64eafc 100644 --- a/central/trunk/instadisc.sql +++ b/central/trunk/instadisc.sql
@@ -3,7 +3,7 @@
3-- http://www.phpmyadmin.net 3-- http://www.phpmyadmin.net
4-- 4--
5-- Host: localhost 5-- Host: localhost
6-- Generation Time: Sep 06, 2008 at 06:34 PM 6-- Generation Time: Sep 06, 2008 at 10:16 PM
7-- Server version: 5.0.51 7-- Server version: 5.0.51
8-- PHP Version: 5.2.4-2ubuntu5.3 8-- PHP Version: 5.2.4-2ubuntu5.3
9-- 9--
@@ -85,9 +85,9 @@ CREATE TABLE `subscriptions` (
85 `id` int(11) NOT NULL auto_increment, 85 `id` int(11) NOT NULL auto_increment,
86 `username` varchar(255) NOT NULL, 86 `username` varchar(255) NOT NULL,
87 `url` varchar(255) NOT NULL, 87 `url` varchar(255) NOT NULL,
88 `identity` varchar(255) NOT NULL, 88 `category` varchar(255) NOT NULL,
89 PRIMARY KEY (`id`) 89 PRIMARY KEY (`id`)
90) ENGINE=MyISAM DEFAULT CHARSET=latin1; 90) ENGINE=MyISAM DEFAULT CHARSET=latin1;
91 91
92-- -------------------------------------------------------- 92-- --------------------------------------------------------
93 93