mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 15:13:57 +00:00
test fix
This commit is contained in:
@@ -269,7 +269,7 @@ describe('Alter table', () => {
|
|||||||
tbl.foreignKeys = [
|
tbl.foreignKeys = [
|
||||||
{
|
{
|
||||||
constraintType: 'foreignKey',
|
constraintType: 'foreignKey',
|
||||||
pureName: 't2',
|
pureName: 't3',
|
||||||
refTableName: 't1',
|
refTableName: 't1',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user