]> 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 Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 18:21:31 +0000 (18:21 +0000)
commitc4e2c005537e3816b09a0e3f6c8dc92fca1a422d
treee2a50d0c2c41d7880c840b9a4bad6ab76e9709b0
parentd29a7c19d066aa92f004a5aafb12aaf70ab7256b
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
(cherry picked from commit f8438714cad0d6128c8f61d488fb134d8eb6575e)
contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py