@@ -132,10 +132,10 @@ |
||
| 132 | 132 | protected function findTableNames(string $schema = ''): array |
| 133 | 133 | { |
| 134 | 134 | return $this->db |
| 135 | - ->createCommand( |
|
| 136 | - "SELECT DISTINCT tbl_name FROM sqlite_master WHERE tbl_name<>'sqlite_sequence' ORDER BY tbl_name" |
|
| 137 | - ) |
|
| 138 | - ->queryColumn(); |
|
| 135 | + ->createCommand( |
|
| 136 | + "SELECT DISTINCT tbl_name FROM sqlite_master WHERE tbl_name<>'sqlite_sequence' ORDER BY tbl_name" |
|
| 137 | + ) |
|
| 138 | + ->queryColumn(); |
|
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | /** |