Respond to CR.
This commit is contained in:
parent
2823104419
commit
5ce69e1aa4
@ -95,7 +95,7 @@ public class SDSTableMetadata: NSObject {
|
||||
|
||||
public func createTable(database: Database) throws {
|
||||
if !hasValidTableName {
|
||||
owsFailDebug("Invalid table name: \(tableName)")
|
||||
owsFail("Invalid table name: \(tableName)")
|
||||
}
|
||||
|
||||
try database.create(table: tableName) { (table) in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user