]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic: Fix quoting of the 100rel column
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 28 Aug 2023 13:11:27 +0000 (07:11 -0600)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 29 Aug 2023 11:10:11 +0000 (11:10 +0000)
commit64597bf7277d56e38c502442a4446245a5854a75
tree2bd061fe8a21ae15302d22e1613799972223e9c2
parente899a024651b277805115a535af98fe7df7906e1
alembic: Fix quoting of the 100rel column

Add quoting around the ps_endpoints 100rel column in the ALTER
statements.  Although alembic doesn't complain when generating
sql statements, postgresql does (rightly so).

Resolves: #274
contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py