mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
2 commits
4be08f0571
...
8a58676618
Author | SHA1 | Date | |
---|---|---|---|
|
8a58676618 | ||
|
40cd938e51 |
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class postgresql_platform extends PostgreSQLPlatform
|
|||
{
|
||||
$sequence = new Sequence($this->getIdentitySequenceName($table_name, $column_name));
|
||||
$sequence_sql[] = $this->getCreateSequenceSQL($sequence);
|
||||
$post_sql[] = 'ALTER SEQUENCE '.$sequence->getName().' OWNED BY ' . $table_name . '.' . $column_name;
|
||||
$post_sql[] = 'ALTER SEQUENCE ' . $sequence->getName() . ' OWNED BY ' . $table_name . '.' . $column_name;
|
||||
}
|
||||
}
|
||||
$sql = array_merge($sequence_sql, $sql, $post_sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue