initial commit
[urlittler] / src / db / postgres / sql / link-expire.sql
1 UPDATE link SET expires = to_timestamp($(expires)) WHERE id = $(id)