Timezone and folder creation fixes
This commit is contained in:
3
sql/create_folder.sql
Normal file
3
sql/create_folder.sql
Normal file
@ -0,0 +1,3 @@
|
||||
INSERT INTO folders(parent_folder_id, owner_id, folder_name)
|
||||
SELECT $1, owner_id, $2 FROM folders WHERE parent_folder_id = $1
|
||||
RETURNING folder_id
|
Reference in New Issue
Block a user