Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more features #208

Merged
merged 11 commits into from
Feb 22, 2024
Merged
9 changes: 9 additions & 0 deletions drizzle/0020_lyrical_white_queen.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ALTER TABLE `feature` ADD `isNudist` boolean;--> statement-breakpoint
ALTER TABLE `feature` ADD `hasUnofficialName` boolean;--> statement-breakpoint
ALTER TABLE `feature` ADD `isOutOfTheMunicipality` boolean;--> statement-breakpoint
ALTER TABLE `feature` ADD `allowedAccess` enum('public','permissive','customers','permit','private','mixed');--> statement-breakpoint
ALTER TABLE `feature` ADD `duration` int;--> statement-breakpoint
ALTER TABLE `feature` ADD `distance` int;--> statement-breakpoint
ALTER TABLE `feature` ADD `slope` int;--> statement-breakpoint
ALTER TABLE `feature` ADD `allowedAccessNotes` text;--> statement-breakpoint
ALTER TABLE `feature_translation` ADD `allowedAccessNotes` text;
Loading
Loading