Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Change DB_FILENAME to sfs.db #1

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/checks.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "sqlite.h"

constexpr std::string_view DB_FILENAME = "s3gw.db";
constexpr std::string_view DB_FILENAME = "sfs.db";

/* Fix - This is an abstract datatype representing an executable action to fix
* an incosistency in the filesystem or metadata database.
Expand Down
Loading