Buchungs modal um actions erweitert

This commit is contained in:
2026-03-09 17:23:49 +01:00
parent 5cb4eb96e8
commit 1f903ea80e
8 changed files with 121 additions and 21 deletions
+1 -2
View File
@@ -19,5 +19,4 @@ options(shiny.error = browser)
conn <- dbConnect(RSQLite::SQLite(), "db/development.sqlite")
sourceDirectory("R/")
dbReadTable(conn, "projects") %>% str
dbGetQuery(conn, "PRAGMA table_info(postings);")