First diary entries written. Wiki entries on how to setup a python virtual env for the project
4.6 KiB
4.6 KiB
Project Diary
| Version 0.01 |
Author: michel.romancuk@stud.unibas.ch sebastian.lenzlinger@unibas.ch |
HS 2023 Databases |
|---|---|---|
| Date | Problems | |
| Oktober/ pre 16.11.23 | Decision to use postrges server. Server setup at slenzlinger.dev Setup pgadmin at pgadmin.slenzlinger.dev |
|
| 20.11.2022 | Integrated Events table with the time and location. Not done yet | Had problems with the identity of the rows. Solution is to add a primary key at the beggining of the CSV, which helps keep the identity of the rows and the integrity of the database. |