Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e963bebf
Commit
e963bebf
authored
Mar 11, 2021
by
Mike Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use string/varchar until Geo uses structure.sql
parent
5685aa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
doc/development/geo/framework.md
doc/development/geo/framework.md
+2
-6
No files found.
doc/development/geo/framework.md
View file @
e963bebf
...
...
@@ -289,7 +289,7 @@ For example, to add support for files referenced by a `Widget` model with a
t
.
binary
:verification_checksum
t
.
binary
:verification_checksum_mismatched
t
.
string
:verification_failure
,
limit:
255
t
.
text
:last_sync_failure
t
.
string
:last_sync_failure
,
limit:
255
t
.
index
:widget_id
,
name: :index_widget_registry_on_widget_id
,
unique:
true
t
.
index
:retry_at
...
...
@@ -303,8 +303,6 @@ For example, to add support for files referenced by a `Widget` model with a
end
end
end
add_text_limit
:widget_registry
,
:last_sync_failure
,
255
end
def
down
...
...
@@ -943,7 +941,7 @@ For example, to add support for files referenced by a `Gizmos` model with a
t
.
bigint
:gizmo_id
,
null:
false
t
.
integer
:state
,
default:
0
,
null:
false
,
limit:
2
t
.
integer
:retry_count
,
default:
0
,
limit:
2
t
.
text
:last_sync_failure
t
.
string
:last_sync_failure
,
limit:
255
t
.
boolean
:force_to_redownload
t
.
boolean
:missing_on_primary
...
...
@@ -951,8 +949,6 @@ For example, to add support for files referenced by a `Gizmos` model with a
t
.
index
:retry_at
t
.
index
:state
end
add_text_limit
:gizmo_registry
,
:last_sync_failure
,
255
end
def
down
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment