Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

297 roles #118

Merged
merged 9 commits into from
Jan 22, 2018
Merged

297 roles #118

merged 9 commits into from
Jan 22, 2018

Conversation

gentee
Copy link
Member

@gentee gentee commented Jan 15, 2018

Checked role tables

"role_type" bigint NOT NULL DEFAULT '0',
"creator_id" bigint NOT NULL DEFAULT '0',
"date_create" timestamp,
"date_delete" timestamp,
"creator_name" varchar(255) NOT NULL DEFAULT '',
"creator_avatar" varchar(255) NOT NULL DEFAULT ''
"creator_avatar" bytea NOT NULL DEFAULT '',
"rb_id" bigint NOT NULL DEFAULT '0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rb_id is obsolete

"started_processing_id" bigint NOT NULL DEFAULT '0',
"body_text" text NOT NULL DEFAULT '',
"header_text" text NOT NULL DEFAULT '',
"rb_id" bigint NOT NULL DEFAULT '0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rb_id is obsolete

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed all rb_id

"appointed_by_id" bigint NOT NULL DEFAULT '0',
"appointed_by_name" varchar(255) NOT NULL DEFAULT '',
"date_start" timestamp,
"date_end" timestamp,
"delete" boolean
"delete" bigint NOT NULL DEFAULT '0',
"rb_id" bigint NOT NULL DEFAULT '0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rb_id is obsolete

@gentee gentee merged commit 5f0536c into master Jan 22, 2018
@gentee gentee deleted the 297-roles branch January 23, 2018 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants