Skip to content

Commit 66b6c31

Browse files
author
Ashutosh619-sudo
committed
removed comma
1 parent 168550d commit 66b6c31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

intacct/helpers/add-tables-to-publication.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DO $$
1616
'django_session',
1717
'update_logs',
1818
'cost_types',
19-
'expense_attributes_deletion_cache',
19+
'expense_attributes_deletion_cache'
2020
);
2121

2222
EXECUTE 'CREATE PUBLICATION events FOR TABLE ' || tables_list;

integrations_settings/helpers/add-tables-to-publication.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DO
1515
'django_q_schedule',
1616
'django_q_task',
1717
'django_session',
18-
'update_logs',
18+
'update_logs'
1919
);
2020

2121
EXECUTE 'CREATE PUBLICATION events FOR TABLE ' || tables_list;

xero/helpers/add-tables-to-publication.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DO $$
1515
'django_q_task',
1616
'django_session',
1717
'update_logs',
18-
'expense_attributes_deletion_cache',
18+
'expense_attributes_deletion_cache'
1919

2020
);
2121

0 commit comments

Comments
 (0)