diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 22:53:48 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-28 22:53:48 +0000 |
commit | 6f881a9f11d80e2bc27ec5ade72ac55eaef495c6 (patch) | |
tree | 735a8f7c59ffb5d0c8f442a80c3bd9d5e92689b1 /central/trunk/instadisc.sql | |
parent | 9c696344683332400000e40c2c54dc98e98d947b (diff) | |
download | instadisc-6f881a9f11d80e2bc27ec5ade72ac55eaef495c6.tar.gz instadisc-6f881a9f11d80e2bc27ec5ade72ac55eaef495c6.tar.bz2 instadisc-6f881a9f11d80e2bc27ec5ade72ac55eaef495c6.zip |
Central: Added createUser()
Refs #63
Diffstat (limited to 'central/trunk/instadisc.sql')
-rw-r--r-- | central/trunk/instadisc.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/central/trunk/instadisc.sql b/central/trunk/instadisc.sql index be4eef9..ef87a95 100644 --- a/central/trunk/instadisc.sql +++ b/central/trunk/instadisc.sql | |||
@@ -84,7 +84,6 @@ CREATE TABLE `users` ( | |||
84 | `id` int(11) NOT NULL auto_increment, | 84 | `id` int(11) NOT NULL auto_increment, |
85 | `username` varchar(255) NOT NULL, | 85 | `username` varchar(255) NOT NULL, |
86 | `password` varchar(255) NOT NULL, | 86 | `password` varchar(255) NOT NULL, |
87 | `email` varchar(255) NOT NULL, | ||
88 | `ip` varchar(255) NOT NULL, | 87 | `ip` varchar(255) NOT NULL, |
89 | `port` int(11) NOT NULL, | 88 | `port` int(11) NOT NULL, |
90 | `nextItemID` int(11) NOT NULL, | 89 | `nextItemID` int(11) NOT NULL, |