regroup backend and frontend in app folder
This commit is contained in:
3
app/backend/sql/update_last_seen_node.sql
Normal file
3
app/backend/sql/update_last_seen_node.sql
Normal file
@ -0,0 +1,3 @@
|
||||
UPDATE nodes SET
|
||||
last_seen = $1
|
||||
WHERE node_id = $2
|
||||
Reference in New Issue
Block a user