]> 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 16:56:00 +0000 (16:56 +0000)
commit4dcf73b6df39d3146f8675876d008f8167ba05c0
tree2b7bf64cf31ebf1399c677a4664fa985afab7af7
parent2d1e4aed4f87865043e279b73c7e7bf368718ab7
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 cb9223cdb98807b79aa4ad1f7d6343e0184e50df)
contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py