mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2026-04-28 18:30:09 +00:00
✨ Adding date of next theory phase start to home screen
- Also some UI stuff, documentation and removal of unused CoreData entities
This commit is contained in:
@@ -45,7 +45,7 @@ class UtilityFunctions {
|
||||
}
|
||||
|
||||
public class func deleteAllData() -> Bool {
|
||||
let entities = ["User", "Item"]
|
||||
let entities = ["User", "RaPlaEvent"]
|
||||
var allSuccessful = true
|
||||
|
||||
for entityName in entities {
|
||||
|
||||
Reference in New Issue
Block a user