This website requires JavaScript.
Explore
Help
Sign In
Imperial-MEng
/
drp-48
Watch
1
Star
0
Fork
0
You've already forked drp-48
Code
Issues
17
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ef157d401526b4c3a910f62d19c36167ee22db97
drp-48
/
supabase
/
migrations
History
TadiosT
958e6f61a4
fix: Added migrations for addition of direction column to study_spaces
2025-06-13 14:42:05 +01:00
..
20250530085401_study_spaces_skeleton.sql
refactor: cleanup skeleton, setup supabase properly
2025-06-04 11:21:54 +01:00
20250604100124_study_space_addresses.sql
feat: Added feature to allow users to give directions for study spaces. These directions appear when you click on a study space.
2025-06-13 13:06:10 +01:00
20250604223126_rename_address_to_location.sql
chore: rename address to building location
2025-06-04 23:35:02 +01:00
20250605162005_add_tags.sql
feat: added tags on upload and view tweaked navbar
2025-06-06 04:11:22 +01:00
20250609142130_add-compulsory-tags.sql
feat: reports
2025-06-10 18:25:42 +01:00
20250609145614_gmaps_location.sql
feat: google maps
2025-06-11 00:14:02 +01:00
20250610163930_add_report_table.sql
feat: reports
2025-06-10 18:25:42 +01:00
20250612032104_study_space_hours_table.sql
feat: added migration for a study_space_hours table and allowed for the user to make time inputs when submitting a new space
2025-06-12 10:10:41 +01:00
20250612104310_users-admin.sql
fix: Added the migration of the favourite study space table
2025-06-13 12:05:39 +01:00
20250612153946_fix-signup.sql
fix: fix function for signups
2025-06-12 16:48:41 +01:00
20250612170906_renamed-247.sql
refactor: simpler timing inputs
2025-06-13 02:58:24 +01:00
20250612180923_not-null-dayofweek.sql
refactor: simpler timing inputs
2025-06-13 02:58:24 +01:00
20250613105939_favourites.sql
fix: Added the migration of the favourite study space table
2025-06-13 12:05:39 +01:00
20250613133130_directions.sql
fix: Added migrations for addition of direction column to study_spaces
2025-06-13 14:42:05 +01:00
README.md
feat: initial commit
2025-05-30 06:37:19 +01:00
README.md
Database migrations
Migrations represent instructions to convert the database from an older schema to a newer one.