Skip to content

Commit

Permalink
Remove unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Jan 25, 2024
1 parent 79daac1 commit 40f0178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ object CreateSchema {
result <- createTables1
} yield result
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ final case class Schema(
metaJournal: TableName,
pointer: TableName,
pointer2: TableName,
setting: TableName)
setting: TableName)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ final case class SchemaConfig(
metaJournalTable: String = "metajournal",
pointerTable: String = "pointer",
pointer2Table: String = "pointer2",
snapshotTable: String = "snapshot_buffer",
settingTable: String = "setting",
locksTable: String = "locks",
autoCreate: Boolean = true
Expand Down

0 comments on commit 40f0178

Please sign in to comment.