-
Notifications
You must be signed in to change notification settings - Fork 9
Added created_by field to users (D1178) #647
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ use base 'DBIx::Class::Schema'; | |
|
|
||
| __PACKAGE__->load_namespaces; | ||
|
|
||
| our $VERSION = 111; | ||
| our $VERSION = 112; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will need updating to 113 if it is merged after calc datetime (sorry)
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ouch. After that PR is merged, I'll merge the changes into this branch and upgrade the schema. |
||
|
|
||
| our $IGNORE_PERMISSIONS; | ||
| our $IGNORE_PERMISSIONS_SEARCH; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be set automatically - this is in
/lib/GADS/Schema.pmThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
site_idwas already part of the script before these changes - only the indenting was updated on that line.