mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
implement return course
This commit is contained in:
9
patch-schema/return.sql
Normal file
9
patch-schema/return.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.users
|
||||
ADD COLUMN IF NOT EXISTS last_login timestamp without time zone;
|
||||
|
||||
ALTER TABLE IF EXISTS public.users
|
||||
ADD COLUMN IF NOT EXISTS return_expires timestamp without time zone;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user