CAlendar data

This commit is contained in:
CHIEFSOFT\ameye
2025-07-26 13:48:02 -04:00
parent 95fe007cbc
commit 54e8a69eb6
2 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ CREATE TABLE member_product_refresh(
uid uuid DEFAULT uuid_generate_v4(),
member_id INT REFERENCES members(id),
product_id VARCHAR(25) NOT NULL,
subscription_uid VARCHAR(100) UNIQUE NOT NULL,
subscription_uid VARCHAR(100) NOT NULL,
status INT DEFAULT 0,
added timestamp without time zone DEFAULT now(),
updated timestamp without time zone DEFAULT now()