1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-10 15:45:20 +02:00
Commit graph

17 commits

Author SHA1 Message Date
Sean Morley
fd1b85609e Remove unnecessary database migration scripts and update info modal text 2024-04-13 19:48:53 +00:00
Sean Morley
11ace187a7 Add migration to drop unique constraint on worldTravelCountryRegions_id 2024-04-12 14:28:45 +00:00
Sean Morley
b0b8a2794b Add flag column to worldTravelCountries table and remove flag column 2024-04-12 14:20:34 +00:00
Sean Morley
61458b3cc2 Add country regions for Germany, South Africa, Australia, New Zealand, Egypt, Brazil, China 2024-04-12 14:04:23 +00:00
Sean Morley
3887ac845e Add country regions for GB, FR, AR, CA, MX, and DE 2024-04-12 13:39:08 +00:00
Sean Morley
d9116b2a15 Add unique constraints and insert data for Canada and Germany 2024-04-12 01:49:57 +00:00
Sean Morley
a17234ab6b Add unique constraints to featuredAdventures and worldTravelCountryRegions tables, and insert data for Canada, Germany, and the US regions. 2024-04-12 01:27:13 +00:00
Sean Morley
d190222573 Add unique constraint to worldTravelCountries.country_code and create worldTravelCountryRegions table 2024-04-12 00:03:14 +00:00
Sean Morley
a03fc5fb4e Add and delete migration files 2024-04-11 23:58:09 +00:00
Sean Morley
a6c3738c48 Add name and date columns to sharedAdventures table and display them in shared adventure page 2024-04-11 22:21:09 +00:00
Sean Morley
7decfd61e8 Add user icon field and update version number 2024-04-11 13:46:41 +00:00
Sean Morley
ea79fd2d76 Add log page, update database schema, and API endpoint for user visits 2024-04-06 12:54:17 +00:00
Sean Morley
d834cef83b Add userVisitedAdventures table and API endpoints for visits and userinfo 2024-04-03 23:55:00 +00:00
Sean Morley
ba6a5283fe Add user first and last name fields to signup form 2024-04-03 22:59:05 +00:00
Sean Morley
372db59211 Added auth! 2024-04-03 00:51:12 +00:00
Sean Morley
56a8a45efb Add migrations and code for sharedAdventures table 2024-04-02 18:54:09 +00:00
Sean Morley
33122894c2 Add featuredAdventures table and related code 2024-04-02 14:01:35 +00:00