Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
Maunium
synapse
Commits
c8ed9bd2
"README.md" did not exist on "c7b24ac3d0e202a406bc1f972b6c3da52c7e25c4"
Commit
c8ed9bd2
authored
9 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
pushers table requires an access_token
parent
f2d90d5c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/schema/full_schemas/16/push.sql
+1
-0
1 addition, 0 deletions
synapse/storage/schema/full_schemas/16/push.sql
with
1 addition
and
0 deletions
synapse/storage/schema/full_schemas/16/push.sql
+
1
−
0
View file @
c8ed9bd2
...
@@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS rejections(
...
@@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS rejections(
CREATE
TABLE
IF
NOT
EXISTS
pushers
(
CREATE
TABLE
IF
NOT
EXISTS
pushers
(
id
BIGINT
PRIMARY
KEY
,
id
BIGINT
PRIMARY
KEY
,
user_name
TEXT
NOT
NULL
,
user_name
TEXT
NOT
NULL
,
access_token
BIGINT
DEFAULT
NULL
,
profile_tag
VARCHAR
(
32
)
NOT
NULL
,
profile_tag
VARCHAR
(
32
)
NOT
NULL
,
kind
VARCHAR
(
8
)
NOT
NULL
,
kind
VARCHAR
(
8
)
NOT
NULL
,
app_id
VARCHAR
(
64
)
NOT
NULL
,
app_id
VARCHAR
(
64
)
NOT
NULL
,
...
...
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