diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-04-20 01:51:05 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-04-20 01:51:05 +0000 |
commit | 0a966e1ed42d1b7d0827b0318bcefb7101ac56df (patch) | |
tree | bdc4d12abea52551cab213a0628673e84c4c506f /database | |
parent | ab551f8c470eebac2b98c998f1322ceaf630e839 (diff) | |
download | brdo-0a966e1ed42d1b7d0827b0318bcefb7101ac56df.tar.gz brdo-0a966e1ed42d1b7d0827b0318bcefb7101ac56df.tar.bz2 |
Updated poll.module:
- Removed obsolete lid column (changed update.php and database.mysql)
- Added short help
Diffstat (limited to 'database')
-rw-r--r-- | database/database.mysql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/database/database.mysql b/database/database.mysql index 08d6f73f8..91ba88792 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -295,7 +295,6 @@ CREATE TABLE page ( # CREATE TABLE poll ( - lid int(10) unsigned NOT NULL auto_increment, nid int(10) unsigned NOT NULL default '0', runtime int(10) NOT NULL default '0', voters text NOT NULL, |