RBAC sql files identation fix

This commit is contained in:
Alexander Kochetov
2013-05-10 21:49:54 +04:00
parent 92e0f59106
commit 176366a24d
5 changed files with 10 additions and 10 deletions

View File

@@ -34,8 +34,8 @@ create table [tbl_auth_item_child]
create table [tbl_auth_assignment]
(
[item_name] varchar(64) not null,
[user_id] varchar(64) not null,
[item_name] varchar(64) not null,
[user_id] varchar(64) not null,
[bizrule] text,
[data] text,
primary key ([item_name],[user_id]),

View File

@@ -34,8 +34,8 @@ create table `tbl_auth_item_child`
create table `tbl_auth_assignment`
(
`item_name` varchar(64) not null,
`user_id` varchar(64) not null,
`item_name` varchar(64) not null,
`user_id` varchar(64) not null,
`bizrule` text,
`data` text,
primary key (`item_name`,`user_id`),

View File

@@ -34,8 +34,8 @@ create table "tbl_auth_item_child"
create table "tbl_auth_assignment"
(
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"bizrule" text,
"data" text,
primary key ("item_name","user_id"),

View File

@@ -34,8 +34,8 @@ create table "tbl_auth_item_child"
create table "tbl_auth_assignment"
(
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"bizrule" text,
"data" text,
primary key ("item_name","user_id"),

View File

@@ -34,8 +34,8 @@ create table 'tbl_auth_item_child'
create table 'tbl_auth_assignment'
(
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"item_name" varchar(64) not null,
"user_id" varchar(64) not null,
"bizrule" text,
"data" text,
primary key ("item_name","user_id"),