additional features, refinement and more control over the app from admin side, better bookings UX
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `metrics` (
|
||||
`id` text PRIMARY KEY NOT NULL,
|
||||
`metric_type` text NOT NULL,
|
||||
`period` text NOT NULL,
|
||||
`value` integer DEFAULT 0 NOT NULL,
|
||||
`created_at` integer NOT NULL,
|
||||
`updated_at` integer NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user