Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix #207: typo in plugins/conf.sql/update_3.0.3_up.sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
chusopr committed Jul 1, 2013
1 parent f37fcbd commit 6137fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/plugins/conf.sql/update_3.0.3_up.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ALTER TABLE `ajxp_user_rights` CHANGE `rights` `rights` VARCHAR( 255 ) NOT NULL
ALTER TABLE `ajxp_user_rights` CHANGE `rights` `rights` VARCHAR( 255 ) NOT NULL;

CREATE TABLE ajxp_roles (
role_id VARCHAR(50) PRIMARY KEY,
serial_role TEXT(500) NOT NULL
);

0 comments on commit 6137fda

Please sign in to comment.