feat: add CI workflow, clean target, and fix user_stats view with deduplicated columns
Add .gitea/workflows/export.yaml for automated build on push, introduce `clean` target in Makefile to recreate export directory, remove stale `dump_text.py` from SOURCES.txt, and correct duplicate column definitions in the `user_stats` SQL view creation inside db.py.
This commit is contained in:
@@ -6,7 +6,6 @@ src/drstats/__main__.py
|
||||
src/drstats/dataset.py
|
||||
src/drstats/db.py
|
||||
src/drstats/devrant.py
|
||||
src/drstats/dump_text.py
|
||||
src/drstats/duration.py
|
||||
src/drstats/statistics.py
|
||||
src/drstats/sync.py
|
||||
|
||||
Reference in New Issue
Block a user