feat: sync multilayer td integration
This commit is contained in:
parent
20a310f6ca
commit
766c5db992
491 changed files with 26235 additions and 35340 deletions
7
deploy/migrations/0087_auth_key_session_layers.down.sql
Normal file
7
deploy/migrations/0087_auth_key_session_layers.down.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
DROP TABLE IF EXISTS public.auth_key_session_layers;
|
||||
|
||||
ALTER TABLE public.auth_keys
|
||||
DROP CONSTRAINT IF EXISTS auth_keys_layer_observation_id_valid,
|
||||
DROP COLUMN IF EXISTS layer_observation_id;
|
||||
|
||||
DROP SEQUENCE IF EXISTS public.auth_key_layer_observation_seq;
|
||||
Loading…
Add table
Add a link
Reference in a new issue