@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $this->connection->exec($sql); |
| 43 | 43 | |
| 44 | 44 | if ($platform instanceof SqlitePlatform) { |
| 45 | - $sql = 'UPDATE SQLITE_SEQUENCE SET SEQ=0 WHERE NAME=' . $this->connection->quoteIdentifier($this->tableName); |
|
| 45 | + $sql = 'UPDATE SQLITE_SEQUENCE SET SEQ=0 WHERE NAME='.$this->connection->quoteIdentifier($this->tableName); |
|
| 46 | 46 | $this->connection->exec($sql); |
| 47 | 47 | } |
| 48 | 48 | } |