diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-07-18 07:32:22 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-07-18 07:32:22 +0000 |
commit | 41f4557e7f0d6356217976e3a118e9c957bef097 (patch) | |
tree | 6db630b6a86efb3e4d997f8fc5c721f942ca65a7 /modules/aggregator/aggregator.install | |
parent | 0fef1502275e7cd0c185d68a77b89ef9afdd4799 (diff) | |
download | brdo-41f4557e7f0d6356217976e3a118e9c957bef097.tar.gz brdo-41f4557e7f0d6356217976e3a118e9c957bef097.tar.bz2 |
#61433 by myself, add the aggregator.guid column
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r-- | modules/aggregator/aggregator.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index 247289d3e..9c9b52f1a 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -51,6 +51,7 @@ function aggregator_install() { author varchar(255) NOT NULL default '', description longtext NOT NULL, timestamp int(11) default NULL, + guid varchar(255), PRIMARY KEY (iid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ "); |