Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
Mapas - MS
Commits
1a150876
Commit
1a150876
authored
3 years ago
by
erleibiazzio
Browse files
Options
Download
Email Patches
Plain Diff
Cria db-update para apagar avaliação duplicada
parent
0b2797eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
themes/MatoGrossoSul/db-updates.php
themes/MatoGrossoSul/db-updates.php
+4
-0
No files found.
themes/MatoGrossoSul/db-updates.php
View file @
1a150876
...
...
@@ -54,5 +54,9 @@ return [
m1.object_id = m2.object_id AND
m1.id <> m2.id;"
);
$app
->
log
->
debug
(
"Limpaza de metados em inscrições feita"
);
},
'DROP Evaluation 1731148439'
=>
function
()
use
(
$conn
,
$app
)
{
$conn
->
executeQuery
(
"DELETE FROM registration_evaluation WHERE id = 2236"
);
$app
->
log
->
debug
(
"Apaga avaliação duplicada"
);
}
];
This diff is collapsed.
Click to expand it.
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