diff --git a/apps/enp/migrations/0002_auto_20240119_1053.py b/apps/enp/migrations/0002_auto_20240119_1053.py index aee0c0bd..84642dad 100644 --- a/apps/enp/migrations/0002_auto_20240119_1053.py +++ b/apps/enp/migrations/0002_auto_20240119_1053.py @@ -15,7 +15,7 @@ class Migration(migrations.Migration): sql=[( """ CREATE TABLE public.enp_envdata ( - "time" timestamp NOT NULL, + "time" timestamptz NOT NULL, "equipment_id" text NOT NULL, "is_online" INT DEFAULT 1, "running_state" INT DEFAULT 10,