v0.3.1 - Implement database location and extension changes

- Change database extension from .nrdb to .db for standard SQLite convention
- Modify make_and_restart_relay.sh to run executable from build/ directory
- Database files now created in build/ directory alongside executable
- Enhanced --preserve-database flag with backup/restore functionality
- Updated source code references in config.c and main.c
- Port auto-increment functionality remains fully functional
This commit is contained in:
Your Name
2025-09-07 06:15:49 -04:00
parent c1de1bb480
commit be7ae2b580
9 changed files with 641 additions and 21 deletions

5
.roo/commands/push.md Normal file
View File

@@ -0,0 +1,5 @@
---
description: "Brief description of what this command does"
---
Run build_and_push.sh, and supply a good git commit message.