Changeset View
Changeset View
Standalone View
Standalone View
resources/sql/patches/010.herald.sql
| CREATE TABLE {$NAMESPACE}_herald.herald_action ( | CREATE TABLE {$NAMESPACE}_herald.herald_action ( | ||||
| id int unsigned not null auto_increment primary key, | id int unsigned not null auto_increment primary key, | ||||
| ruleID int unsigned not null, | ruleID int unsigned not null, | ||||
| action varchar(255) not null, | action varchar(255) not null, | ||||
| target text not null | target text not null | ||||
| ); | ); | ||||
| CREATE TABLE {$NAMESPACE}_herald.herald_rule ( | CREATE TABLE {$NAMESPACE}_herald.herald_rule ( | ||||
| Show All 34 Lines | |||||