Reverting change in table name [3692].

Fixes Ticket #1672

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3900 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-11-22 18:15:36 +00:00
parent 4ebbdd9055
commit e56c1780bf

View file

@ -8,7 +8,7 @@ CREATE TABLE acos (
PRIMARY KEY(id) PRIMARY KEY(id)
); );
CREATE TABLE acos_aros ( CREATE TABLE aros_acos (
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT, id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
aro_id INTEGER(10) UNSIGNED NOT NULL, aro_id INTEGER(10) UNSIGNED NOT NULL,
aco_id INTEGER(10) UNSIGNED NOT NULL, aco_id INTEGER(10) UNSIGNED NOT NULL,