table name
This commit is contained in:
@@ -140,7 +140,7 @@ impl BuilderForm {
|
||||
// takes no column that posts to one profile's books, and no link
|
||||
// may point at the table being created.
|
||||
global: self.global,
|
||||
table_name: self.table_name.trim().to_ascii_lowercase(),
|
||||
table_name: self.table_name.trim().to_string(),
|
||||
};
|
||||
|
||||
// Drop display columns whose column is gone, so a stale post cannot
|
||||
|
||||
Reference in New Issue
Block a user