Skip to content

Commit 1eb9e4a

Browse files
author
Lasim
committed
refactor: remove users table and update database setup for persistence
1 parent 5169330 commit 1eb9e4a

File tree

6 files changed

+606
-10
lines changed

6 files changed

+606
-10
lines changed

services/backend/DB.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ The server will automatically manage the database file location. The request bod
3535

3636
The SQLite database file will be created and stored at: `services/backend/persistent_data/database/deploystack.db`.
3737

38+
**Important:** All database files must be stored within the `persistent_data` directory to ensure proper data persistence and backup capabilities.
39+
3840
**For PostgreSQL:**
3941
The request body should be:
4042

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP TABLE `users`;

0 commit comments

Comments
 (0)