mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 06:44:23 +01:00
Add field last_update to channels
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.channels DROP COLUMN last_update;
|
||||
1
postgresql/migrations/000007_channels_last_update.up.sql
Normal file
1
postgresql/migrations/000007_channels_last_update.up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.channels ADD COLUMN last_update TIMESTAMP;
|
||||
Reference in New Issue
Block a user