Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Dinov
POD
Commits
883bce0b
Unverified
Commit
883bce0b
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Fix edge properties strictness
parent
279e21f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/database_migrate_schema.rs
+2
-0
src/database_migrate_schema.rs
with
2 additions
and
0 deletions
+2
-0
src/database_migrate_schema.rs
+
2
-
0
View file @
883bce0b
...
...
@@ -63,6 +63,7 @@ lazy_static! {
pub
static
ref
TEXT_COLUMNS
:
HashSet
<
String
>
=
{
let
mut
result
=
get_columns_of_type
(
SchemaPropertyType
::
Text
);
result
.insert
(
"_type"
.to_string
());
result
.insert
(
"edgeLabel"
.to_string
());
result
};
}
...
...
@@ -73,6 +74,7 @@ lazy_static! {
result
.insert
(
"version"
.to_string
());
result
.insert
(
"_source"
.to_string
());
result
.insert
(
"_target"
.to_string
());
result
.insert
(
"sequence"
.to_string
());
result
};
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets