Changeset View
Changeset View
Standalone View
Standalone View
resources/sql/patches/087.phrictiondelete.sql
| ALTER TABLE {$NAMESPACE}_phriction.phriction_document | ALTER TABLE {$NAMESPACE}_phriction.phriction_document | ||||
| ADD status INT UNSIGNED NOT NULL DEFAULT 0; | ADD status INT UNSIGNED NOT NULL DEFAULT 0; | ||||
| ALTER TABLE {$NAMESPACE}_phriction.phriction_content | ALTER TABLE {$NAMESPACE}_phriction.phriction_content | ||||
| ADD changeType INT UNSIGNED NOT NULL DEFAULT 0; | ADD changeType INT UNSIGNED NOT NULL DEFAULT 0; | ||||
| ALTER TABLE {$NAMESPACE}_phriction.phriction_content | ALTER TABLE {$NAMESPACE}_phriction.phriction_content | ||||
| ADD changeRef INT UNSIGNED DEFAULT NULL; | ADD changeRef INT UNSIGNED DEFAULT NULL; | ||||
| No newline at end of file | |||||