-
Notifications
You must be signed in to change notification settings - Fork 12
Update db rule #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update db rule #288
Conversation
use onCreate for counter function #234
WIP: New Release 2.1.5
WIP: New Release 2.1.6
Remove 'archived' attribute. 'archived' is now a value of status attr…
query_insert_project = ''' | ||
INSERT INTO projects | ||
VALUES (%s,%s,%s,ST_Force2D(ST_Multi(ST_GeomFromText(%s, 4326))),%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s); | ||
VALUES (%s,%s,ST_Force2D(ST_Multi(ST_GeomFromText(%s, 4326))),%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like an unrelated change @Hagellach37 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey,
this was a hotfix for the production. Due to this we could not create projects and to quickly fix it we addressed in the master branch. I am taking another look to validate that things are working as expected and will then release the new master to the back end. :)
No description provided.