Skip to content

Commit

Permalink
Merge pull request #559 from prefeitura-rio/staging/register_new_vers…
Browse files Browse the repository at this point in the history
…ions

Staging/register new versions
  • Loading branch information
KarinaPassos authored Nov 14, 2023
2 parents 58faa50 + e022550 commit 588b7ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pipelines/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,8 @@ class constants(Enum): # pylint: disable=c0103
"user_id": "620000269392019469",
"type": "user_nickname",
},
"karinappassos": {
"user_id": "222842688117014528",
"type": "user_nickname",
},
}
2 changes: 1 addition & 1 deletion pipelines/rj_sme/dump_db_educacao_basica/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SME project.
Database dumping flows for SME project..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/utils/dump_db/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows.
Database dumping flows..
"""

from datetime import timedelta
Expand Down

0 comments on commit 588b7ee

Please sign in to comment.