drush en -y rules_link
....
PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR: type modifier is not allowed for type "text"
LINE 5: path text(2048),
^: CREATE TABLE {rules_link} (
id serial,
....
path text(2048),
....

I think it is because I run drupal 7 on postgres not mysql.

Comments

sepgil’s picture

Status: Active » Fixed

The issue is related to this one:
#1388828: possible PostgresQL incompatibility
It should be fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.