index
:
ts3db_postgres
master
PostgreSQL database plugin for teamspeak3
Alexander Sulfrian
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sql
/
channel_update_parentid.sql
blob: 0ed7201a65792391733e651dffcd0d7977eda025 (
plain
) (
blame
)
1
2
3
update
channels
set
channel_parent_id
=
:
parent_id
:
where
channel_id
=
:
channel_id
:
;