Skip to content
Snippets Groups Projects
Commit 41f4557e authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#61433 by myself, add the aggregator.guid column

parent 0fef1502
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -51,6 +51,7 @@ function aggregator_install() { ...@@ -51,6 +51,7 @@ function aggregator_install() {
author varchar(255) NOT NULL default '', author varchar(255) NOT NULL default '',
description longtext NOT NULL, description longtext NOT NULL,
timestamp int(11) default NULL, timestamp int(11) default NULL,
guid varchar(255),
PRIMARY KEY (iid) PRIMARY KEY (iid)
) /*!40100 DEFAULT CHARACTER SET UTF8 */ "); ) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment