2024-07-15 13:11:06 +00:00
|
|
|
INSERT INTO public.restrictions (restriction_name, created_at, updated_at) VALUES
|
|
|
|
('Reservation','2024-07-08 00:00:00','2024-07-08 00:00:00'),
|
|
|
|
('Owner block','2024-07-08 00:00:00','2024-07-08 00:00:00');
|
2024-07-11 21:47:14 +00:00
|
|
|
|