You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stephan Richter f80e6d9ea4 now closing statements 2 months ago
..
src/main/java/de/srsoftware/cal/app added importer for Kasseturm Weimar 3 months ago
README.md replaced appointment.hash by appointment.slug, incooperated slug column into appointments table 4 months ago
build.gradle.kts now closing statements 2 months ago

README.md

Notiz an mich selbst:

DB-Export auf Server:

mysqldump -u root -p --result-file occ.sql --default-character-set=latin1 opencloudcal

Patchen:

sed -i 's/latin1/utf8mb4/g' occ.sql

Import im lokalen Docker:

mysql -u root -p opencloudcal < /var/lib/mysql/occ.sql