testing update + docs
This commit is contained in:
@@ -192,8 +192,6 @@ CREATE TABLE services (
|
||||
duration_minutes INT NOT NULL,
|
||||
is_active BOOLEAN NOT NULL DEFAULT TRUE,
|
||||
minimum_age_required INT NOT NULL DEFAULT 16,
|
||||
requires_manual_pricing BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
requires_manual_duration BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
created_by CHAR(12)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user