Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
medal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bwinf
medal
Commits
87debee5
Commit
87debee5
authored
1 year ago
by
Robert Czechowski
Browse files
Options
Downloads
Patches
Plain Diff
sqlite3: Dont drop admin column for groups to support older versions of sqlite
parent
9197a682
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2617
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migrations/sqlite_v2/0003_alter_group_drop_admin.sql
+0
-3
0 additions, 3 deletions
migrations/sqlite_v2/0003_alter_group_drop_admin.sql
with
0 additions
and
3 deletions
migrations/sqlite_v2/0003_alter_group_drop_admin.sql
deleted
100644 → 0
+
0
−
3
View file @
9197a682
DROP
INDEX
usergroup_admin_idx
;
ALTER
TABLE
usergroup
DROP
COLUMN
admin
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment