Releases: jagottsicher/myGoWebApplication
Releases · jagottsicher/myGoWebApplication
v1.0.106
added more models as types for values read from the database
v1.0.105
added by using repository pattern a database access repository
v1.0.104
added a driver package to access PostgreSQL databases
v1.0.101
added the last indexes for reservations by creating the last migrations
v1.0.99
added migrations to create indexes for users and bungalow_restrictions tables
v1.0.98
added the last missing foreign key to migrations
v1.0.96
added two new foreign keys to bungalow_restrictions table for migrations
v1.0.95
added a a migration up/down to add a first foreign key to table reservation
v1.0.94
added the migrations for creating the remaining tables
v1.0.93
added lecture 93 - first migration to create table users