Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Beauzée-Luyssen
medialibrary
Commits
e9c8c327
Commit
e9c8c327
authored
Sep 01, 2021
by
Hugo Beauzée-Luyssen
Browse files
migrations: Fix leftover reference to removed 'Seen' meta
This fixes the android builds
parent
dca8295d
Pipeline
#133345
passed with stage
in 6 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/database/migrations/migration30-31.sql
View file @
e9c8c327
...
...
@@ -167,9 +167,9 @@ MediaGroup::index( MediaGroup::Indexes::LastModificationDate, 31 ),
" WHERE entity_type = "
+
std
::
to_string
(
static_cast
<
std
::
underlying_type_t
<
IMetadata
::
EntityType
>>
(
IMetadata
::
EntityType
::
Media
)
)
+
" AND type =
"
+
std
::
to_string
(
static_cast
<
std
::
underlying_type_t
<
IMedia
::
MetadataType
>>
(
IMedia
::
MetadataType
::
Seen
)
)
+
" AND type =
55"
/*
std::to_string( static_cast<std::underlying_type_t<IMedia::MetadataType>>(
IMedia::MetadataType::Seen ) )
*/
") AS meta"
" WHERE m.id_media = meta.id_media"
,
...
...
Write
Preview
Supports
Markdown
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