Skip to content

Releases: jagottsicher/myGoWebApplication

v1.0.106

26 Jun 04:47
Compare
Choose a tag to compare

added more models as types for values read from the database

v1.0.105

26 Jun 04:12
Compare
Choose a tag to compare

added by using repository pattern a database access repository

v1.0.104

24 Jun 03:34
471c7b3
Compare
Choose a tag to compare

added a driver package to access PostgreSQL databases

v1.0.101

22 Jun 03:38
Compare
Choose a tag to compare

added the last indexes for reservations by creating the last migrations

v1.0.99

22 Jun 02:42
Compare
Choose a tag to compare

added migrations to create indexes for users and bungalow_restrictions tables

v1.0.98

22 Jun 01:27
Compare
Choose a tag to compare

added the last missing foreign key to migrations

v1.0.96

22 Jun 01:09
Compare
Choose a tag to compare

added two new foreign keys to bungalow_restrictions table for migrations

v1.0.95

19 Jun 07:13
Compare
Choose a tag to compare

added a a migration up/down to add a first foreign key to table reservation

v1.0.94

19 Jun 06:30
Compare
Choose a tag to compare

added the migrations for creating the remaining tables

v1.0.93

19 Jun 05:39
Compare
Choose a tag to compare

added lecture 93 - first migration to create table users