Respond to CR.

This commit is contained in:
Matthew Chen 2019-09-04 09:51:41 -03:00
parent 2823104419
commit 5ce69e1aa4

View File

@ -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