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
e26a3d8d
Commit
e26a3d8d
authored
9 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
bump database schema version
parent
1319905d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
synapse/storage/__init__.py
+1
-1
1 addition, 1 deletion
synapse/storage/__init__.py
synapse/storage/schema/delta/17/server_keys.sql
+0
-0
0 additions, 0 deletions
synapse/storage/schema/delta/17/server_keys.sql
with
1 addition
and
1 deletion
synapse/storage/__init__.py
+
1
−
1
View file @
e26a3d8d
...
@@ -51,7 +51,7 @@ logger = logging.getLogger(__name__)
...
@@ -51,7 +51,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION
=
1
6
SCHEMA_VERSION
=
1
7
dir_path
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
dir_path
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
...
...
This diff is collapsed.
Click to expand it.
synapse/storage/schema/delta/1
5
/server_keys.sql
→
synapse/storage/schema/delta/1
7
/server_keys.sql
+
0
−
0
View file @
e26a3d8d
File moved
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