Update of /cvsroot/php-blog/serendipity/sql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9336
Modified Files:
db.sql
Log Message:
- realname support, forgot to add at installation
Index: db.sql
===================================================================
RCS file: /cvsroot/php-blog/serendipity/sql/db.sql,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- db.sql 6 Dec 2004 15:53:08 -0000 1.26
+++ db.sql 24 Feb 2005 20:19:46 -0000 1.27
@@ -12,6 +12,7 @@
#
create table {PREFIX}authors (
+ realname varchar(255) NOT NULL default '',
username varchar(20) default null,
password varchar(32) default null,
authorid {AUTOINCREMENT} {PRIMARY},
|