Changeset f18911a in github
- Timestamp:
- Jun 12, 2008 2:26:17 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e9b57bb8
- Parents:
- d87fc29
- Location:
- SQL
- Files:
-
- 3 edited
-
mysql.initial.sql (modified) (1 diff)
-
mysql.update.sql (modified) (1 diff)
-
mysql5.initial.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
SQL/mysql.initial.sql
rd7f3d796 rf18911a 56 56 `reply-to` varchar(128) NOT NULL default '', 57 57 `bcc` varchar(128) NOT NULL default '', 58 `signature` text NOT NULL default '',58 `signature` text, 59 59 `html_signature` tinyint(1) NOT NULL default '0', 60 60 PRIMARY KEY (`identity_id`), -
SQL/mysql.update.sql
rd7f3d796 rf18911a 20 20 21 21 ALTER TABLE `identities` 22 MODIFY `signature` text NOT NULL DEFAULT '',22 MODIFY `signature` text, 23 23 MODIFY `bcc` varchar(128) NOT NULL DEFAULT '', 24 24 MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '', -
SQL/mysql5.initial.sql
rd7f3d796 rf18911a 112 112 `reply-to` varchar(128) NOT NULL DEFAULT '', 113 113 `bcc` varchar(128) NOT NULL DEFAULT '', 114 `signature` text NOT NULL DEFAULT '',114 `signature` text, 115 115 `html_signature` tinyint(1) NOT NULL DEFAULT '0', 116 116 `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
Note: See TracChangeset
for help on using the changeset viewer.
