summaryrefslogtreecommitdiffstats
path: root/sql/perm_update_get_groups.sql
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:08:06 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:08:06 +0100
commit3d772413a194c5b33d4202285d46b285920c475b (patch)
treeb28802aa22cc489fe26019ebe58af7c3e38561a6 /sql/perm_update_get_groups.sql
parent39081f84a402aebb52d98a43e4675c90135cea9b (diff)
downloadts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.tar.gz
ts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.tar.xz
ts3db_postgres-3d772413a194c5b33d4202285d46b285920c475b.zip
modified sql statements to work with postgresql
Diffstat (limited to 'sql/perm_update_get_groups.sql')
-rw-r--r--sql/perm_update_get_groups.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/perm_update_get_groups.sql b/sql/perm_update_get_groups.sql
index e3c96a8..5edfc0a 100644
--- a/sql/perm_update_get_groups.sql
+++ b/sql/perm_update_get_groups.sql
@@ -1 +1 @@
-select * from :table: where perm_id = "i_group_auto_update_type" and perm_value = :permvalue: \ No newline at end of file
+select * from :table: where perm_id = 'i_group_auto_update_type' and perm_value = :permvalue: \ No newline at end of file