]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 29 Aug 2023 11:10:02 +0000 (11:10 +0000)
commite292c66b1ac5b90f3276bc8548d2aa8bca774abc
tree61bfe37730f032abf1d2be429f08c9dfc94158c6
parentfb1eee2fef98f0fa53ef650d46adb0b76ae47c2f
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