pg_online_schema_change 0.1.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +57 -24
- data/.rubocop_todo.yml +44 -0
- data/CHANGELOG.md +10 -1
- data/Dockerfile +5 -0
- data/Gemfile +0 -13
- data/Gemfile.lock +13 -13
- data/README.md +53 -12
- data/diagrams/how-it-works.excalidraw +500 -508
- data/diagrams/how-it-works.png +0 -0
- data/lib/pg_online_schema_change/cli.rb +3 -1
- data/lib/pg_online_schema_change/client.rb +12 -6
- data/lib/pg_online_schema_change/functions.rb +4 -2
- data/lib/pg_online_schema_change/helper.rb +10 -1
- data/lib/pg_online_schema_change/orchestrate.rb +55 -27
- data/lib/pg_online_schema_change/query.rb +22 -20
- data/lib/pg_online_schema_change/replay.rb +19 -10
- data/lib/pg_online_schema_change/store.rb +7 -3
- data/lib/pg_online_schema_change/version.rb +1 -1
- data/lib/pg_online_schema_change.rb +7 -11
- data/scripts/release.sh +28 -0
- metadata +178 -9
@@ -4,26 +4,26 @@
|
|
4
4
|
"source": "https://excalidraw.com",
|
5
5
|
"elements": [
|
6
6
|
{
|
7
|
-
"id": "OmBFLrHEWfVCY3Rsbab_H",
|
8
7
|
"type": "rectangle",
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"angle": 0,
|
14
|
-
"strokeColor": "#000000",
|
15
|
-
"backgroundColor": "transparent",
|
8
|
+
"version": 401,
|
9
|
+
"versionNonce": 968376484,
|
10
|
+
"isDeleted": false,
|
11
|
+
"id": "OmBFLrHEWfVCY3Rsbab_H",
|
16
12
|
"fillStyle": "hachure",
|
17
13
|
"strokeWidth": 1,
|
18
14
|
"strokeStyle": "solid",
|
19
15
|
"roughness": 1,
|
20
16
|
"opacity": 100,
|
17
|
+
"angle": 0,
|
18
|
+
"x": 315.10546875,
|
19
|
+
"y": 63.1640625,
|
20
|
+
"strokeColor": "#000000",
|
21
|
+
"backgroundColor": "transparent",
|
22
|
+
"width": 246.42578125000006,
|
23
|
+
"height": 104.29296875,
|
24
|
+
"seed": 1014504860,
|
21
25
|
"groupIds": [],
|
22
26
|
"strokeSharpness": "sharp",
|
23
|
-
"seed": 1014504860,
|
24
|
-
"version": 401,
|
25
|
-
"versionNonce": 968376484,
|
26
|
-
"isDeleted": false,
|
27
27
|
"boundElements": [
|
28
28
|
{
|
29
29
|
"id": "T6t8e4zY3v1cCPaQC50HO",
|
@@ -208,35 +208,35 @@
|
|
208
208
|
"link": null
|
209
209
|
},
|
210
210
|
{
|
211
|
-
"id": "UDLMgqAZgX2JJQL7Thy5z",
|
212
211
|
"type": "text",
|
213
|
-
"
|
214
|
-
"
|
215
|
-
"
|
216
|
-
"
|
217
|
-
"angle": 0,
|
218
|
-
"strokeColor": "#000000",
|
219
|
-
"backgroundColor": "transparent",
|
212
|
+
"version": 262,
|
213
|
+
"versionNonce": 193909540,
|
214
|
+
"isDeleted": false,
|
215
|
+
"id": "UDLMgqAZgX2JJQL7Thy5z",
|
220
216
|
"fillStyle": "hachure",
|
221
217
|
"strokeWidth": 1,
|
222
218
|
"strokeStyle": "solid",
|
223
219
|
"roughness": 1,
|
224
220
|
"opacity": 100,
|
221
|
+
"angle": 0,
|
222
|
+
"x": 363.05078125,
|
223
|
+
"y": 106.3984375,
|
224
|
+
"strokeColor": "#000000",
|
225
|
+
"backgroundColor": "transparent",
|
226
|
+
"width": 129,
|
227
|
+
"height": 25,
|
228
|
+
"seed": 1185811620,
|
225
229
|
"groupIds": [],
|
226
230
|
"strokeSharpness": "sharp",
|
227
|
-
"
|
228
|
-
"version": 262,
|
229
|
-
"versionNonce": 193909540,
|
230
|
-
"isDeleted": false,
|
231
|
-
"boundElements": null,
|
231
|
+
"boundElements": [],
|
232
232
|
"updated": 1644874690317,
|
233
233
|
"link": null,
|
234
|
-
"text": "primary table",
|
235
234
|
"fontSize": 20,
|
236
235
|
"fontFamily": 1,
|
236
|
+
"text": "primary table",
|
237
|
+
"baseline": 18,
|
237
238
|
"textAlign": "left",
|
238
239
|
"verticalAlign": "top",
|
239
|
-
"baseline": 18,
|
240
240
|
"containerId": null,
|
241
241
|
"originalText": "primary table"
|
242
242
|
},
|
@@ -307,59 +307,59 @@
|
|
307
307
|
"originalText": "audit table"
|
308
308
|
},
|
309
309
|
{
|
310
|
-
"id": "C8HpjJ7bbmLIN-tOctjzT",
|
311
310
|
"type": "text",
|
312
|
-
"
|
313
|
-
"
|
314
|
-
"
|
315
|
-
"
|
316
|
-
"angle": 0,
|
317
|
-
"strokeColor": "#000000",
|
318
|
-
"backgroundColor": "transparent",
|
311
|
+
"version": 564,
|
312
|
+
"versionNonce": 1671460260,
|
313
|
+
"isDeleted": false,
|
314
|
+
"id": "C8HpjJ7bbmLIN-tOctjzT",
|
319
315
|
"fillStyle": "hachure",
|
320
316
|
"strokeWidth": 1,
|
321
317
|
"strokeStyle": "solid",
|
322
318
|
"roughness": 1,
|
323
319
|
"opacity": 100,
|
320
|
+
"angle": 0,
|
321
|
+
"x": -101.220703125,
|
322
|
+
"y": 95.73046875,
|
323
|
+
"strokeColor": "#000000",
|
324
|
+
"backgroundColor": "transparent",
|
325
|
+
"width": 237,
|
326
|
+
"height": 50,
|
327
|
+
"seed": 1108413476,
|
324
328
|
"groupIds": [],
|
325
329
|
"strokeSharpness": "sharp",
|
326
|
-
"
|
327
|
-
"version": 564,
|
328
|
-
"versionNonce": 1671460260,
|
329
|
-
"isDeleted": false,
|
330
|
-
"boundElements": null,
|
330
|
+
"boundElements": [],
|
331
331
|
"updated": 1644874690317,
|
332
332
|
"link": null,
|
333
|
-
"text": "table with FK to \nprimary table",
|
334
333
|
"fontSize": 20,
|
335
334
|
"fontFamily": 1,
|
335
|
+
"text": "table with FK to \nprimary table",
|
336
|
+
"baseline": 43,
|
336
337
|
"textAlign": "center",
|
337
338
|
"verticalAlign": "middle",
|
338
|
-
"baseline": 43,
|
339
339
|
"containerId": "xBgMSsBm0WAACg492VgFM",
|
340
340
|
"originalText": "table with FK to primary table"
|
341
341
|
},
|
342
342
|
{
|
343
|
-
"id": "il8dwYadMEWdDmmKXQ15-",
|
344
343
|
"type": "ellipse",
|
345
|
-
"
|
346
|
-
"
|
347
|
-
"
|
348
|
-
"
|
349
|
-
"angle": 0,
|
350
|
-
"strokeColor": "#000000",
|
351
|
-
"backgroundColor": "transparent",
|
344
|
+
"version": 805,
|
345
|
+
"versionNonce": 1359423524,
|
346
|
+
"isDeleted": false,
|
347
|
+
"id": "il8dwYadMEWdDmmKXQ15-",
|
352
348
|
"fillStyle": "hachure",
|
353
349
|
"strokeWidth": 1,
|
354
350
|
"strokeStyle": "solid",
|
355
351
|
"roughness": 1,
|
356
352
|
"opacity": 100,
|
353
|
+
"angle": 0,
|
354
|
+
"x": 803.32421875,
|
355
|
+
"y": 281.50390625,
|
356
|
+
"strokeColor": "#000000",
|
357
|
+
"backgroundColor": "transparent",
|
358
|
+
"width": 173.85546875,
|
359
|
+
"height": 163.7265625,
|
360
|
+
"seed": 1997032612,
|
357
361
|
"groupIds": [],
|
358
362
|
"strokeSharpness": "sharp",
|
359
|
-
"seed": 1997032612,
|
360
|
-
"version": 805,
|
361
|
-
"versionNonce": 1359423524,
|
362
|
-
"isDeleted": false,
|
363
363
|
"boundElements": [
|
364
364
|
{
|
365
365
|
"id": "yJy-RLV8Hvd1vHMHmJvge",
|
@@ -390,73 +390,62 @@
|
|
390
390
|
"link": null
|
391
391
|
},
|
392
392
|
{
|
393
|
-
"id": "-FipARNvrPA7PHgDriZSn",
|
394
393
|
"type": "text",
|
395
|
-
"
|
396
|
-
"
|
397
|
-
"
|
398
|
-
"
|
399
|
-
"angle": 0,
|
400
|
-
"strokeColor": "#000000",
|
401
|
-
"backgroundColor": "transparent",
|
394
|
+
"version": 783,
|
395
|
+
"versionNonce": 75095068,
|
396
|
+
"isDeleted": false,
|
397
|
+
"id": "-FipARNvrPA7PHgDriZSn",
|
402
398
|
"fillStyle": "hachure",
|
403
399
|
"strokeWidth": 1,
|
404
400
|
"strokeStyle": "solid",
|
405
401
|
"roughness": 1,
|
406
402
|
"opacity": 100,
|
403
|
+
"angle": 0,
|
404
|
+
"x": 837.46875,
|
405
|
+
"y": 340.56640625,
|
406
|
+
"strokeColor": "#000000",
|
407
|
+
"backgroundColor": "transparent",
|
408
|
+
"width": 109,
|
409
|
+
"height": 46,
|
410
|
+
"seed": 505642396,
|
407
411
|
"groupIds": [],
|
408
412
|
"strokeSharpness": "sharp",
|
409
|
-
"
|
410
|
-
"version": 783,
|
411
|
-
"versionNonce": 75095068,
|
412
|
-
"isDeleted": false,
|
413
|
-
"boundElements": null,
|
413
|
+
"boundElements": [],
|
414
414
|
"updated": 1644874690317,
|
415
415
|
"link": null,
|
416
|
-
"text": "pg-osc",
|
417
416
|
"fontSize": 36,
|
418
417
|
"fontFamily": 1,
|
418
|
+
"text": "pg-osc",
|
419
|
+
"baseline": 32,
|
419
420
|
"textAlign": "left",
|
420
421
|
"verticalAlign": "top",
|
421
|
-
"baseline": 32,
|
422
422
|
"containerId": null,
|
423
423
|
"originalText": "pg-osc"
|
424
424
|
},
|
425
425
|
{
|
426
|
-
"id": "H0kB2WQ_tk4ehYmJbG-5s",
|
427
426
|
"type": "arrow",
|
428
|
-
"
|
429
|
-
"
|
430
|
-
"
|
431
|
-
"
|
432
|
-
"angle": 0,
|
433
|
-
"strokeColor": "#000000",
|
434
|
-
"backgroundColor": "transparent",
|
427
|
+
"version": 96,
|
428
|
+
"versionNonce": 570884124,
|
429
|
+
"isDeleted": false,
|
430
|
+
"id": "H0kB2WQ_tk4ehYmJbG-5s",
|
435
431
|
"fillStyle": "hachure",
|
436
432
|
"strokeWidth": 1,
|
437
433
|
"strokeStyle": "solid",
|
438
434
|
"roughness": 1,
|
439
435
|
"opacity": 100,
|
436
|
+
"angle": 0,
|
437
|
+
"x": 434.99609375,
|
438
|
+
"y": 179.015625,
|
439
|
+
"strokeColor": "#000000",
|
440
|
+
"backgroundColor": "transparent",
|
441
|
+
"width": 1.5859375,
|
442
|
+
"height": 102.6171875,
|
443
|
+
"seed": 194867620,
|
440
444
|
"groupIds": [],
|
441
445
|
"strokeSharpness": "round",
|
442
|
-
"
|
443
|
-
"version": 96,
|
444
|
-
"versionNonce": 570884124,
|
445
|
-
"isDeleted": false,
|
446
|
-
"boundElements": null,
|
446
|
+
"boundElements": [],
|
447
447
|
"updated": 1644874690318,
|
448
448
|
"link": null,
|
449
|
-
"points": [
|
450
|
-
[
|
451
|
-
0,
|
452
|
-
0
|
453
|
-
],
|
454
|
-
[
|
455
|
-
1.5859375,
|
456
|
-
102.6171875
|
457
|
-
]
|
458
|
-
],
|
459
|
-
"lastCommittedPoint": null,
|
460
449
|
"startBinding": {
|
461
450
|
"elementId": "OmBFLrHEWfVCY3Rsbab_H",
|
462
451
|
"focus": 0.03472715739573647,
|
@@ -467,44 +456,44 @@
|
|
467
456
|
"focus": -0.0828589328060335,
|
468
457
|
"gap": 7.080078125
|
469
458
|
},
|
459
|
+
"lastCommittedPoint": null,
|
470
460
|
"startArrowhead": null,
|
471
|
-
"endArrowhead": "arrow"
|
461
|
+
"endArrowhead": "arrow",
|
462
|
+
"points": [
|
463
|
+
[
|
464
|
+
0,
|
465
|
+
0
|
466
|
+
],
|
467
|
+
[
|
468
|
+
1.5859375,
|
469
|
+
102.6171875
|
470
|
+
]
|
471
|
+
]
|
472
472
|
},
|
473
473
|
{
|
474
|
-
"id": "G_FBJ0F_G7H7FBZC0IZca",
|
475
474
|
"type": "arrow",
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
480
|
-
"angle": 0,
|
481
|
-
"strokeColor": "#000000",
|
482
|
-
"backgroundColor": "transparent",
|
475
|
+
"version": 51,
|
476
|
+
"versionNonce": 637378468,
|
477
|
+
"isDeleted": false,
|
478
|
+
"id": "G_FBJ0F_G7H7FBZC0IZca",
|
483
479
|
"fillStyle": "hachure",
|
484
480
|
"strokeWidth": 1,
|
485
481
|
"strokeStyle": "solid",
|
486
482
|
"roughness": 1,
|
487
483
|
"opacity": 100,
|
484
|
+
"angle": 0,
|
485
|
+
"x": 572.6875,
|
486
|
+
"y": 131.03125,
|
487
|
+
"strokeColor": "#000000",
|
488
|
+
"backgroundColor": "transparent",
|
489
|
+
"width": 180.171875,
|
490
|
+
"height": 1.34375,
|
491
|
+
"seed": 2075949596,
|
488
492
|
"groupIds": [],
|
489
493
|
"strokeSharpness": "round",
|
490
|
-
"
|
491
|
-
"version": 51,
|
492
|
-
"versionNonce": 637378468,
|
493
|
-
"isDeleted": false,
|
494
|
-
"boundElements": null,
|
494
|
+
"boundElements": [],
|
495
495
|
"updated": 1644874690318,
|
496
496
|
"link": null,
|
497
|
-
"points": [
|
498
|
-
[
|
499
|
-
0,
|
500
|
-
0
|
501
|
-
],
|
502
|
-
[
|
503
|
-
180.171875,
|
504
|
-
-1.34375
|
505
|
-
]
|
506
|
-
],
|
507
|
-
"lastCommittedPoint": null,
|
508
497
|
"startBinding": {
|
509
498
|
"elementId": "OmBFLrHEWfVCY3Rsbab_H",
|
510
499
|
"focus": 0.31513643880496345,
|
@@ -515,81 +504,57 @@
|
|
515
504
|
"focus": -0.06507994429047334,
|
516
505
|
"gap": 3.486328125
|
517
506
|
},
|
507
|
+
"lastCommittedPoint": null,
|
518
508
|
"startArrowhead": null,
|
519
|
-
"endArrowhead": "arrow"
|
509
|
+
"endArrowhead": "arrow",
|
510
|
+
"points": [
|
511
|
+
[
|
512
|
+
0,
|
513
|
+
0
|
514
|
+
],
|
515
|
+
[
|
516
|
+
180.171875,
|
517
|
+
-1.34375
|
518
|
+
]
|
519
|
+
]
|
520
520
|
},
|
521
521
|
{
|
522
|
-
"id": "KLFeAlvfAlJ21uPrqiotJ",
|
523
522
|
"type": "arrow",
|
524
|
-
"
|
525
|
-
"
|
526
|
-
"
|
527
|
-
"
|
528
|
-
"angle": 0,
|
529
|
-
"strokeColor": "#000000",
|
530
|
-
"backgroundColor": "transparent",
|
523
|
+
"version": 413,
|
524
|
+
"versionNonce": 1811024676,
|
525
|
+
"isDeleted": false,
|
526
|
+
"id": "Qp6OKwn0s15WmOBtbDIIa",
|
531
527
|
"fillStyle": "hachure",
|
532
528
|
"strokeWidth": 1,
|
533
529
|
"strokeStyle": "solid",
|
534
530
|
"roughness": 1,
|
535
531
|
"opacity": 100,
|
532
|
+
"angle": 0,
|
533
|
+
"x": 792.37890625,
|
534
|
+
"y": 348.90234375,
|
535
|
+
"strokeColor": "#000000",
|
536
|
+
"backgroundColor": "transparent",
|
537
|
+
"width": 215.3046875,
|
538
|
+
"height": 3.3828125,
|
539
|
+
"seed": 1040758308,
|
536
540
|
"groupIds": [],
|
537
541
|
"strokeSharpness": "round",
|
538
|
-
"
|
539
|
-
"version": 78,
|
540
|
-
"versionNonce": 2045287580,
|
541
|
-
"isDeleted": false,
|
542
|
-
"boundElements": null,
|
542
|
+
"boundElements": [],
|
543
543
|
"updated": 1644874690318,
|
544
544
|
"link": null,
|
545
|
-
"points": [
|
546
|
-
[
|
547
|
-
0,
|
548
|
-
0
|
549
|
-
],
|
550
|
-
[
|
551
|
-
153.72265625,
|
552
|
-
-1.02734375
|
553
|
-
]
|
554
|
-
],
|
555
|
-
"lastCommittedPoint": null,
|
556
545
|
"startBinding": {
|
557
|
-
"elementId": "
|
558
|
-
"focus":
|
559
|
-
"gap":
|
546
|
+
"elementId": "il8dwYadMEWdDmmKXQ15-",
|
547
|
+
"focus": 0.15788871876011373,
|
548
|
+
"gap": 12.124924399654205
|
560
549
|
},
|
561
550
|
"endBinding": {
|
562
|
-
"elementId": "
|
563
|
-
"focus":
|
564
|
-
"gap":
|
551
|
+
"elementId": "x6ActFjdcbkQXcU5EMKy1",
|
552
|
+
"focus": 0.04860391771894978,
|
553
|
+
"gap": 6.087890625
|
565
554
|
},
|
555
|
+
"lastCommittedPoint": null,
|
566
556
|
"startArrowhead": null,
|
567
|
-
"endArrowhead": "arrow"
|
568
|
-
},
|
569
|
-
{
|
570
|
-
"id": "Qp6OKwn0s15WmOBtbDIIa",
|
571
|
-
"type": "arrow",
|
572
|
-
"x": 792.37890625,
|
573
|
-
"y": 348.90234375,
|
574
|
-
"width": 215.3046875,
|
575
|
-
"height": 3.3828125,
|
576
|
-
"angle": 0,
|
577
|
-
"strokeColor": "#000000",
|
578
|
-
"backgroundColor": "transparent",
|
579
|
-
"fillStyle": "hachure",
|
580
|
-
"strokeWidth": 1,
|
581
|
-
"strokeStyle": "solid",
|
582
|
-
"roughness": 1,
|
583
|
-
"opacity": 100,
|
584
|
-
"groupIds": [],
|
585
|
-
"strokeSharpness": "round",
|
586
|
-
"seed": 1040758308,
|
587
|
-
"version": 413,
|
588
|
-
"versionNonce": 1811024676,
|
589
|
-
"isDeleted": false,
|
590
|
-
"boundElements": null,
|
591
|
-
"updated": 1644874690318,
|
592
|
-
"link": null,
|
557
|
+
"endArrowhead": "arrow",
|
593
558
|
"points": [
|
594
559
|
[
|
595
560
|
0,
|
@@ -599,45 +564,41 @@
|
|
599
564
|
-215.3046875,
|
600
565
|
-3.3828125
|
601
566
|
]
|
602
|
-
]
|
603
|
-
"lastCommittedPoint": null,
|
604
|
-
"startBinding": {
|
605
|
-
"elementId": "il8dwYadMEWdDmmKXQ15-",
|
606
|
-
"focus": 0.15788871876011373,
|
607
|
-
"gap": 12.124924399654205
|
608
|
-
},
|
609
|
-
"endBinding": {
|
610
|
-
"elementId": "x6ActFjdcbkQXcU5EMKy1",
|
611
|
-
"focus": 0.04860391771894978,
|
612
|
-
"gap": 6.087890625
|
613
|
-
},
|
614
|
-
"startArrowhead": null,
|
615
|
-
"endArrowhead": "arrow"
|
567
|
+
]
|
616
568
|
},
|
617
569
|
{
|
618
|
-
"id": "vmZYpFA-KXFosYTEl92L1",
|
619
570
|
"type": "arrow",
|
620
|
-
"
|
621
|
-
"
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"angle": 0,
|
625
|
-
"strokeColor": "#000000",
|
626
|
-
"backgroundColor": "transparent",
|
571
|
+
"version": 272,
|
572
|
+
"versionNonce": 207792412,
|
573
|
+
"isDeleted": false,
|
574
|
+
"id": "vmZYpFA-KXFosYTEl92L1",
|
627
575
|
"fillStyle": "hachure",
|
628
576
|
"strokeWidth": 1,
|
629
577
|
"strokeStyle": "solid",
|
630
578
|
"roughness": 1,
|
631
579
|
"opacity": 100,
|
580
|
+
"angle": 0,
|
581
|
+
"x": 807.99609375,
|
582
|
+
"y": 339.9375,
|
583
|
+
"strokeColor": "#000000",
|
584
|
+
"backgroundColor": "transparent",
|
585
|
+
"width": 0.97265625,
|
586
|
+
"height": 156.5546875,
|
587
|
+
"seed": 1729792548,
|
632
588
|
"groupIds": [],
|
633
589
|
"strokeSharpness": "round",
|
634
|
-
"
|
635
|
-
"version": 272,
|
636
|
-
"versionNonce": 207792412,
|
637
|
-
"isDeleted": false,
|
638
|
-
"boundElements": null,
|
590
|
+
"boundElements": [],
|
639
591
|
"updated": 1644874690318,
|
640
592
|
"link": null,
|
593
|
+
"startBinding": null,
|
594
|
+
"endBinding": {
|
595
|
+
"elementId": "ypCF3L9UJYDFvl1UUZyas",
|
596
|
+
"focus": 0.5684854534106174,
|
597
|
+
"gap": 5.947265625
|
598
|
+
},
|
599
|
+
"lastCommittedPoint": null,
|
600
|
+
"startArrowhead": null,
|
601
|
+
"endArrowhead": "arrow",
|
641
602
|
"points": [
|
642
603
|
[
|
643
604
|
0,
|
@@ -647,38 +608,29 @@
|
|
647
608
|
0.97265625,
|
648
609
|
-156.5546875
|
649
610
|
]
|
650
|
-
]
|
651
|
-
"lastCommittedPoint": null,
|
652
|
-
"startBinding": null,
|
653
|
-
"endBinding": {
|
654
|
-
"elementId": "ypCF3L9UJYDFvl1UUZyas",
|
655
|
-
"focus": 0.5684854534106174,
|
656
|
-
"gap": 5.947265625
|
657
|
-
},
|
658
|
-
"startArrowhead": null,
|
659
|
-
"endArrowhead": "arrow"
|
611
|
+
]
|
660
612
|
},
|
661
613
|
{
|
662
|
-
"id": "fJyYanBKanpoLVu1183zP",
|
663
614
|
"type": "diamond",
|
664
|
-
"
|
665
|
-
"
|
666
|
-
"
|
667
|
-
"
|
668
|
-
"angle": 0,
|
669
|
-
"strokeColor": "#000000",
|
670
|
-
"backgroundColor": "transparent",
|
615
|
+
"version": 162,
|
616
|
+
"versionNonce": 1890062876,
|
617
|
+
"isDeleted": false,
|
618
|
+
"id": "fJyYanBKanpoLVu1183zP",
|
671
619
|
"fillStyle": "hachure",
|
672
620
|
"strokeWidth": 1,
|
673
621
|
"strokeStyle": "solid",
|
674
622
|
"roughness": 1,
|
675
623
|
"opacity": 100,
|
624
|
+
"angle": 0,
|
625
|
+
"x": 578.65625,
|
626
|
+
"y": -161.796875,
|
627
|
+
"strokeColor": "#000000",
|
628
|
+
"backgroundColor": "transparent",
|
629
|
+
"width": 128,
|
630
|
+
"height": 159.8125,
|
631
|
+
"seed": 1913017252,
|
676
632
|
"groupIds": [],
|
677
633
|
"strokeSharpness": "sharp",
|
678
|
-
"seed": 1913017252,
|
679
|
-
"version": 162,
|
680
|
-
"versionNonce": 1890062876,
|
681
|
-
"isDeleted": false,
|
682
634
|
"boundElements": [
|
683
635
|
{
|
684
636
|
"id": "VGLWZYoXfYAuPLpZHEPR-",
|
@@ -701,40 +653,29 @@
|
|
701
653
|
"link": null
|
702
654
|
},
|
703
655
|
{
|
704
|
-
"id": "VGLWZYoXfYAuPLpZHEPR-",
|
705
656
|
"type": "arrow",
|
706
|
-
"
|
707
|
-
"
|
708
|
-
"
|
709
|
-
"
|
710
|
-
"angle": 0,
|
711
|
-
"strokeColor": "#000000",
|
712
|
-
"backgroundColor": "transparent",
|
657
|
+
"version": 50,
|
658
|
+
"versionNonce": 1529785764,
|
659
|
+
"isDeleted": false,
|
660
|
+
"id": "VGLWZYoXfYAuPLpZHEPR-",
|
713
661
|
"fillStyle": "hachure",
|
714
662
|
"strokeWidth": 1,
|
715
663
|
"strokeStyle": "solid",
|
716
664
|
"roughness": 1,
|
717
665
|
"opacity": 100,
|
666
|
+
"angle": 0,
|
667
|
+
"x": 613.265625,
|
668
|
+
"y": -4.83203125,
|
669
|
+
"strokeColor": "#000000",
|
670
|
+
"backgroundColor": "transparent",
|
671
|
+
"width": 65.94140625,
|
672
|
+
"height": 63.203125,
|
673
|
+
"seed": 38654364,
|
718
674
|
"groupIds": [],
|
719
675
|
"strokeSharpness": "round",
|
720
|
-
"
|
721
|
-
"version": 50,
|
722
|
-
"versionNonce": 1529785764,
|
723
|
-
"isDeleted": false,
|
724
|
-
"boundElements": null,
|
676
|
+
"boundElements": [],
|
725
677
|
"updated": 1644874690318,
|
726
678
|
"link": null,
|
727
|
-
"points": [
|
728
|
-
[
|
729
|
-
0,
|
730
|
-
0
|
731
|
-
],
|
732
|
-
[
|
733
|
-
-65.94140625,
|
734
|
-
63.203125
|
735
|
-
]
|
736
|
-
],
|
737
|
-
"lastCommittedPoint": null,
|
738
679
|
"startBinding": {
|
739
680
|
"elementId": "fJyYanBKanpoLVu1183zP",
|
740
681
|
"focus": -0.6133921745623863,
|
@@ -745,44 +686,44 @@
|
|
745
686
|
"focus": 0.2792471724744899,
|
746
687
|
"gap": 4.79296875
|
747
688
|
},
|
689
|
+
"lastCommittedPoint": null,
|
748
690
|
"startArrowhead": null,
|
749
|
-
"endArrowhead": "arrow"
|
691
|
+
"endArrowhead": "arrow",
|
692
|
+
"points": [
|
693
|
+
[
|
694
|
+
0,
|
695
|
+
0
|
696
|
+
],
|
697
|
+
[
|
698
|
+
-65.94140625,
|
699
|
+
63.203125
|
700
|
+
]
|
701
|
+
]
|
750
702
|
},
|
751
703
|
{
|
752
|
-
"id": "SW6ApLZArDVc9PtkDiPCI",
|
753
704
|
"type": "arrow",
|
754
|
-
"
|
755
|
-
"
|
756
|
-
"
|
757
|
-
"
|
758
|
-
"angle": 0,
|
759
|
-
"strokeColor": "#000000",
|
760
|
-
"backgroundColor": "transparent",
|
705
|
+
"version": 79,
|
706
|
+
"versionNonce": 915893916,
|
707
|
+
"isDeleted": false,
|
708
|
+
"id": "SW6ApLZArDVc9PtkDiPCI",
|
761
709
|
"fillStyle": "hachure",
|
762
710
|
"strokeWidth": 1,
|
763
711
|
"strokeStyle": "solid",
|
764
712
|
"roughness": 1,
|
765
713
|
"opacity": 100,
|
714
|
+
"angle": 0,
|
715
|
+
"x": 669.29296875,
|
716
|
+
"y": -20.0703125,
|
717
|
+
"strokeColor": "#000000",
|
718
|
+
"backgroundColor": "transparent",
|
719
|
+
"width": 80.93359375,
|
720
|
+
"height": 77.9609375,
|
721
|
+
"seed": 1859621020,
|
766
722
|
"groupIds": [],
|
767
723
|
"strokeSharpness": "round",
|
768
|
-
"
|
769
|
-
"version": 79,
|
770
|
-
"versionNonce": 915893916,
|
771
|
-
"isDeleted": false,
|
772
|
-
"boundElements": null,
|
724
|
+
"boundElements": [],
|
773
725
|
"updated": 1644874690318,
|
774
726
|
"link": null,
|
775
|
-
"points": [
|
776
|
-
[
|
777
|
-
0,
|
778
|
-
0
|
779
|
-
],
|
780
|
-
[
|
781
|
-
80.93359375,
|
782
|
-
77.9609375
|
783
|
-
]
|
784
|
-
],
|
785
|
-
"lastCommittedPoint": null,
|
786
727
|
"startBinding": {
|
787
728
|
"elementId": "fJyYanBKanpoLVu1183zP",
|
788
729
|
"focus": 0.4509771896450866,
|
@@ -793,66 +734,82 @@
|
|
793
734
|
"focus": -0.33473046606079965,
|
794
735
|
"gap": 15.251953125
|
795
736
|
},
|
737
|
+
"lastCommittedPoint": null,
|
796
738
|
"startArrowhead": null,
|
797
|
-
"endArrowhead": "arrow"
|
739
|
+
"endArrowhead": "arrow",
|
740
|
+
"points": [
|
741
|
+
[
|
742
|
+
0,
|
743
|
+
0
|
744
|
+
],
|
745
|
+
[
|
746
|
+
80.93359375,
|
747
|
+
77.9609375
|
748
|
+
]
|
749
|
+
]
|
798
750
|
},
|
799
751
|
{
|
800
|
-
"id": "RO5bQpeNWjBdI8pQ2r9DG",
|
801
752
|
"type": "text",
|
802
|
-
"
|
803
|
-
"
|
804
|
-
"
|
805
|
-
"
|
806
|
-
"angle": 0,
|
807
|
-
"strokeColor": "#000000",
|
808
|
-
"backgroundColor": "transparent",
|
753
|
+
"version": 52,
|
754
|
+
"versionNonce": 869357860,
|
755
|
+
"isDeleted": false,
|
756
|
+
"id": "RO5bQpeNWjBdI8pQ2r9DG",
|
809
757
|
"fillStyle": "hachure",
|
810
758
|
"strokeWidth": 1,
|
811
759
|
"strokeStyle": "solid",
|
812
760
|
"roughness": 1,
|
813
761
|
"opacity": 100,
|
762
|
+
"angle": 0,
|
763
|
+
"x": 583.65625,
|
764
|
+
"y": -119.390625,
|
765
|
+
"strokeColor": "#000000",
|
766
|
+
"backgroundColor": "transparent",
|
767
|
+
"width": 118,
|
768
|
+
"height": 75,
|
769
|
+
"seed": 255219612,
|
814
770
|
"groupIds": [],
|
815
771
|
"strokeSharpness": "sharp",
|
816
|
-
"
|
817
|
-
"version": 52,
|
818
|
-
"versionNonce": 869357860,
|
819
|
-
"isDeleted": false,
|
820
|
-
"boundElements": null,
|
772
|
+
"boundElements": [],
|
821
773
|
"updated": 1644874690318,
|
822
774
|
"link": null,
|
823
|
-
"text": "Swap\ntable \nnames",
|
824
775
|
"fontSize": 20,
|
825
776
|
"fontFamily": 1,
|
777
|
+
"text": "Swap\ntable \nnames",
|
778
|
+
"baseline": 68,
|
826
779
|
"textAlign": "center",
|
827
780
|
"verticalAlign": "middle",
|
828
|
-
"baseline": 68,
|
829
781
|
"containerId": "fJyYanBKanpoLVu1183zP",
|
830
782
|
"originalText": "Swap\ntable names"
|
831
783
|
},
|
832
784
|
{
|
833
|
-
"id": "6RylESEgT1crL-THii-_Y",
|
834
785
|
"type": "line",
|
835
|
-
"
|
836
|
-
"
|
837
|
-
"
|
838
|
-
"
|
839
|
-
"angle": 0,
|
840
|
-
"strokeColor": "#000000",
|
841
|
-
"backgroundColor": "transparent",
|
786
|
+
"version": 140,
|
787
|
+
"versionNonce": 1227606436,
|
788
|
+
"isDeleted": false,
|
789
|
+
"id": "6RylESEgT1crL-THii-_Y",
|
842
790
|
"fillStyle": "hachure",
|
843
791
|
"strokeWidth": 1,
|
844
792
|
"strokeStyle": "solid",
|
845
793
|
"roughness": 1,
|
846
794
|
"opacity": 100,
|
795
|
+
"angle": 0,
|
796
|
+
"x": 1159.234375,
|
797
|
+
"y": -83.76171875,
|
798
|
+
"strokeColor": "#000000",
|
799
|
+
"backgroundColor": "transparent",
|
800
|
+
"width": 9.6640625,
|
801
|
+
"height": 450.26953125,
|
802
|
+
"seed": 1683176996,
|
847
803
|
"groupIds": [],
|
848
804
|
"strokeSharpness": "round",
|
849
|
-
"
|
850
|
-
"version": 140,
|
851
|
-
"versionNonce": 1227606436,
|
852
|
-
"isDeleted": false,
|
853
|
-
"boundElements": null,
|
805
|
+
"boundElements": [],
|
854
806
|
"updated": 1644874690319,
|
855
807
|
"link": null,
|
808
|
+
"startBinding": null,
|
809
|
+
"endBinding": null,
|
810
|
+
"lastCommittedPoint": null,
|
811
|
+
"startArrowhead": null,
|
812
|
+
"endArrowhead": null,
|
856
813
|
"points": [
|
857
814
|
[
|
858
815
|
0,
|
@@ -862,37 +819,37 @@
|
|
862
819
|
9.6640625,
|
863
820
|
450.26953125
|
864
821
|
]
|
865
|
-
]
|
866
|
-
"lastCommittedPoint": null,
|
867
|
-
"startBinding": null,
|
868
|
-
"endBinding": null,
|
869
|
-
"startArrowhead": null,
|
870
|
-
"endArrowhead": null
|
822
|
+
]
|
871
823
|
},
|
872
824
|
{
|
873
|
-
"id": "7ahDIfYYo7Mf2sx82rI7L",
|
874
825
|
"type": "line",
|
875
|
-
"
|
876
|
-
"
|
877
|
-
"
|
878
|
-
"
|
879
|
-
"angle": 0,
|
880
|
-
"strokeColor": "#000000",
|
881
|
-
"backgroundColor": "transparent",
|
826
|
+
"version": 59,
|
827
|
+
"versionNonce": 126489244,
|
828
|
+
"isDeleted": false,
|
829
|
+
"id": "7ahDIfYYo7Mf2sx82rI7L",
|
882
830
|
"fillStyle": "hachure",
|
883
831
|
"strokeWidth": 1,
|
884
832
|
"strokeStyle": "solid",
|
885
833
|
"roughness": 1,
|
886
834
|
"opacity": 100,
|
835
|
+
"angle": 0,
|
836
|
+
"x": 1171.76953125,
|
837
|
+
"y": 366.046875,
|
838
|
+
"strokeColor": "#000000",
|
839
|
+
"backgroundColor": "transparent",
|
840
|
+
"width": 191.1796875,
|
841
|
+
"height": 3.7421875,
|
842
|
+
"seed": 498344604,
|
887
843
|
"groupIds": [],
|
888
844
|
"strokeSharpness": "round",
|
889
|
-
"
|
890
|
-
"version": 59,
|
891
|
-
"versionNonce": 126489244,
|
892
|
-
"isDeleted": false,
|
893
|
-
"boundElements": null,
|
845
|
+
"boundElements": [],
|
894
846
|
"updated": 1644874690319,
|
895
847
|
"link": null,
|
848
|
+
"startBinding": null,
|
849
|
+
"endBinding": null,
|
850
|
+
"lastCommittedPoint": null,
|
851
|
+
"startArrowhead": null,
|
852
|
+
"endArrowhead": null,
|
896
853
|
"points": [
|
897
854
|
[
|
898
855
|
0,
|
@@ -902,37 +859,41 @@
|
|
902
859
|
-191.1796875,
|
903
860
|
-3.7421875
|
904
861
|
]
|
905
|
-
]
|
906
|
-
"lastCommittedPoint": null,
|
907
|
-
"startBinding": null,
|
908
|
-
"endBinding": null,
|
909
|
-
"startArrowhead": null,
|
910
|
-
"endArrowhead": null
|
862
|
+
]
|
911
863
|
},
|
912
864
|
{
|
913
|
-
"id": "o-DgXuypUZ-4AHMpK5F56",
|
914
865
|
"type": "arrow",
|
915
|
-
"
|
916
|
-
"
|
917
|
-
"
|
918
|
-
"
|
919
|
-
"angle": 0,
|
920
|
-
"strokeColor": "#000000",
|
921
|
-
"backgroundColor": "transparent",
|
866
|
+
"version": 49,
|
867
|
+
"versionNonce": 466285860,
|
868
|
+
"isDeleted": false,
|
869
|
+
"id": "o-DgXuypUZ-4AHMpK5F56",
|
922
870
|
"fillStyle": "hachure",
|
923
871
|
"strokeWidth": 1,
|
924
872
|
"strokeStyle": "solid",
|
925
873
|
"roughness": 1,
|
926
874
|
"opacity": 100,
|
875
|
+
"angle": 0,
|
876
|
+
"x": 1162.12109375,
|
877
|
+
"y": -82.140625,
|
878
|
+
"strokeColor": "#000000",
|
879
|
+
"backgroundColor": "transparent",
|
880
|
+
"width": 448.78125,
|
881
|
+
"height": 1.015625,
|
882
|
+
"seed": 1347295132,
|
927
883
|
"groupIds": [],
|
928
884
|
"strokeSharpness": "round",
|
929
|
-
"
|
930
|
-
"version": 49,
|
931
|
-
"versionNonce": 466285860,
|
932
|
-
"isDeleted": false,
|
933
|
-
"boundElements": null,
|
885
|
+
"boundElements": [],
|
934
886
|
"updated": 1644874690319,
|
935
887
|
"link": null,
|
888
|
+
"startBinding": null,
|
889
|
+
"endBinding": {
|
890
|
+
"elementId": "fJyYanBKanpoLVu1183zP",
|
891
|
+
"focus": -0.017840746814152538,
|
892
|
+
"gap": 6.00781548656591
|
893
|
+
},
|
894
|
+
"lastCommittedPoint": null,
|
895
|
+
"startArrowhead": null,
|
896
|
+
"endArrowhead": "arrow",
|
936
897
|
"points": [
|
937
898
|
[
|
938
899
|
0,
|
@@ -942,16 +903,7 @@
|
|
942
903
|
-448.78125,
|
943
904
|
-1.015625
|
944
905
|
]
|
945
|
-
]
|
946
|
-
"lastCommittedPoint": null,
|
947
|
-
"startBinding": null,
|
948
|
-
"endBinding": {
|
949
|
-
"elementId": "fJyYanBKanpoLVu1183zP",
|
950
|
-
"focus": -0.017840746814152538,
|
951
|
-
"gap": 6.00781548656591
|
952
|
-
},
|
953
|
-
"startArrowhead": null,
|
954
|
-
"endArrowhead": "arrow"
|
906
|
+
]
|
955
907
|
},
|
956
908
|
{
|
957
909
|
"type": "diamond",
|
@@ -1041,40 +993,29 @@
|
|
1041
993
|
"originalText": "update FK\nreferences post swap"
|
1042
994
|
},
|
1043
995
|
{
|
1044
|
-
"id": "ya9IQKilIn_1MLMmkRSnZ",
|
1045
996
|
"type": "arrow",
|
1046
|
-
"
|
1047
|
-
"
|
1048
|
-
"
|
1049
|
-
"
|
1050
|
-
"angle": 0,
|
1051
|
-
"strokeColor": "#000000",
|
1052
|
-
"backgroundColor": "transparent",
|
997
|
+
"version": 474,
|
998
|
+
"versionNonce": 301287452,
|
999
|
+
"isDeleted": false,
|
1000
|
+
"id": "ya9IQKilIn_1MLMmkRSnZ",
|
1053
1001
|
"fillStyle": "hachure",
|
1054
1002
|
"strokeWidth": 1,
|
1055
1003
|
"strokeStyle": "solid",
|
1056
1004
|
"roughness": 1,
|
1057
1005
|
"opacity": 100,
|
1006
|
+
"angle": 0,
|
1007
|
+
"x": 30.057702786039357,
|
1008
|
+
"y": 235.7682810049852,
|
1009
|
+
"strokeColor": "#000000",
|
1010
|
+
"backgroundColor": "transparent",
|
1011
|
+
"width": 0.08181088861027064,
|
1012
|
+
"height": 58.022413991053924,
|
1013
|
+
"seed": 96223140,
|
1058
1014
|
"groupIds": [],
|
1059
1015
|
"strokeSharpness": "round",
|
1060
|
-
"
|
1061
|
-
"version": 474,
|
1062
|
-
"versionNonce": 301287452,
|
1063
|
-
"isDeleted": false,
|
1064
|
-
"boundElements": null,
|
1016
|
+
"boundElements": [],
|
1065
1017
|
"updated": 1644874690319,
|
1066
1018
|
"link": null,
|
1067
|
-
"points": [
|
1068
|
-
[
|
1069
|
-
0,
|
1070
|
-
0
|
1071
|
-
],
|
1072
|
-
[
|
1073
|
-
0.08181088861027064,
|
1074
|
-
-58.022413991053924
|
1075
|
-
]
|
1076
|
-
],
|
1077
|
-
"lastCommittedPoint": null,
|
1078
1019
|
"startBinding": {
|
1079
1020
|
"elementId": "sVi1vczS_DuDfSdgtCKFo",
|
1080
1021
|
"gap": 21.512673497214013,
|
@@ -1085,33 +1026,49 @@
|
|
1085
1026
|
"gap": 4.868913888931274,
|
1086
1027
|
"focus": -0.1047199043178514
|
1087
1028
|
},
|
1029
|
+
"lastCommittedPoint": null,
|
1088
1030
|
"startArrowhead": null,
|
1089
|
-
"endArrowhead": "arrow"
|
1031
|
+
"endArrowhead": "arrow",
|
1032
|
+
"points": [
|
1033
|
+
[
|
1034
|
+
0,
|
1035
|
+
0
|
1036
|
+
],
|
1037
|
+
[
|
1038
|
+
0.08181088861027064,
|
1039
|
+
-58.022413991053924
|
1040
|
+
]
|
1041
|
+
]
|
1090
1042
|
},
|
1091
1043
|
{
|
1092
|
-
"id": "DPpWZYz2ilVXkGW1qt7X8",
|
1093
1044
|
"type": "line",
|
1094
|
-
"
|
1095
|
-
"
|
1096
|
-
"
|
1097
|
-
"
|
1098
|
-
"angle": 0,
|
1099
|
-
"strokeColor": "#000000",
|
1100
|
-
"backgroundColor": "transparent",
|
1045
|
+
"version": 64,
|
1046
|
+
"versionNonce": 687331236,
|
1047
|
+
"isDeleted": false,
|
1048
|
+
"id": "DPpWZYz2ilVXkGW1qt7X8",
|
1101
1049
|
"fillStyle": "hachure",
|
1102
1050
|
"strokeWidth": 1,
|
1103
1051
|
"strokeStyle": "solid",
|
1104
1052
|
"roughness": 1,
|
1105
1053
|
"opacity": 100,
|
1106
|
-
"
|
1107
|
-
"
|
1108
|
-
"
|
1109
|
-
"
|
1110
|
-
"
|
1111
|
-
"
|
1112
|
-
"
|
1054
|
+
"angle": 0,
|
1055
|
+
"x": 891.1875,
|
1056
|
+
"y": 447.62890625,
|
1057
|
+
"strokeColor": "#000000",
|
1058
|
+
"backgroundColor": "transparent",
|
1059
|
+
"width": 0.47265625,
|
1060
|
+
"height": 71.53125,
|
1061
|
+
"seed": 633629220,
|
1062
|
+
"groupIds": [],
|
1063
|
+
"strokeSharpness": "round",
|
1064
|
+
"boundElements": [],
|
1113
1065
|
"updated": 1644874690319,
|
1114
1066
|
"link": null,
|
1067
|
+
"startBinding": null,
|
1068
|
+
"endBinding": null,
|
1069
|
+
"lastCommittedPoint": null,
|
1070
|
+
"startArrowhead": null,
|
1071
|
+
"endArrowhead": null,
|
1115
1072
|
"points": [
|
1116
1073
|
[
|
1117
1074
|
0,
|
@@ -1121,37 +1078,37 @@
|
|
1121
1078
|
0.47265625,
|
1122
1079
|
71.53125
|
1123
1080
|
]
|
1124
|
-
]
|
1125
|
-
"lastCommittedPoint": null,
|
1126
|
-
"startBinding": null,
|
1127
|
-
"endBinding": null,
|
1128
|
-
"startArrowhead": null,
|
1129
|
-
"endArrowhead": null
|
1081
|
+
]
|
1130
1082
|
},
|
1131
1083
|
{
|
1132
|
-
"id": "jQLfK3oHYwBI0njMa-t8Y",
|
1133
1084
|
"type": "line",
|
1134
|
-
"
|
1135
|
-
"
|
1136
|
-
"
|
1137
|
-
"
|
1138
|
-
"angle": 0,
|
1139
|
-
"strokeColor": "#000000",
|
1140
|
-
"backgroundColor": "transparent",
|
1085
|
+
"version": 101,
|
1086
|
+
"versionNonce": 48579364,
|
1087
|
+
"isDeleted": false,
|
1088
|
+
"id": "jQLfK3oHYwBI0njMa-t8Y",
|
1141
1089
|
"fillStyle": "hachure",
|
1142
1090
|
"strokeWidth": 1,
|
1143
1091
|
"strokeStyle": "solid",
|
1144
1092
|
"roughness": 1,
|
1145
1093
|
"opacity": 100,
|
1094
|
+
"angle": 0,
|
1095
|
+
"x": 894.546875,
|
1096
|
+
"y": 519.03515625,
|
1097
|
+
"strokeColor": "#000000",
|
1098
|
+
"backgroundColor": "transparent",
|
1099
|
+
"width": 867.69921875,
|
1100
|
+
"height": 8.16796875,
|
1101
|
+
"seed": 484671388,
|
1146
1102
|
"groupIds": [],
|
1147
1103
|
"strokeSharpness": "round",
|
1148
|
-
"
|
1149
|
-
"version": 101,
|
1150
|
-
"versionNonce": 48579364,
|
1151
|
-
"isDeleted": false,
|
1152
|
-
"boundElements": null,
|
1104
|
+
"boundElements": [],
|
1153
1105
|
"updated": 1644874690319,
|
1154
1106
|
"link": null,
|
1107
|
+
"startBinding": null,
|
1108
|
+
"endBinding": null,
|
1109
|
+
"lastCommittedPoint": null,
|
1110
|
+
"startArrowhead": null,
|
1111
|
+
"endArrowhead": null,
|
1155
1112
|
"points": [
|
1156
1113
|
[
|
1157
1114
|
0,
|
@@ -1161,37 +1118,41 @@
|
|
1161
1118
|
-867.69921875,
|
1162
1119
|
-8.16796875
|
1163
1120
|
]
|
1164
|
-
]
|
1165
|
-
"lastCommittedPoint": null,
|
1166
|
-
"startBinding": null,
|
1167
|
-
"endBinding": null,
|
1168
|
-
"startArrowhead": null,
|
1169
|
-
"endArrowhead": null
|
1121
|
+
]
|
1170
1122
|
},
|
1171
1123
|
{
|
1172
|
-
"id": "gPznXqGYuhPHRpdNYQF_Z",
|
1173
1124
|
"type": "arrow",
|
1174
|
-
"
|
1175
|
-
"
|
1176
|
-
"
|
1177
|
-
"
|
1178
|
-
"angle": 0,
|
1179
|
-
"strokeColor": "#000000",
|
1180
|
-
"backgroundColor": "transparent",
|
1125
|
+
"version": 211,
|
1126
|
+
"versionNonce": 2069819676,
|
1127
|
+
"isDeleted": false,
|
1128
|
+
"id": "gPznXqGYuhPHRpdNYQF_Z",
|
1181
1129
|
"fillStyle": "hachure",
|
1182
1130
|
"strokeWidth": 1,
|
1183
1131
|
"strokeStyle": "solid",
|
1184
1132
|
"roughness": 1,
|
1185
1133
|
"opacity": 100,
|
1134
|
+
"angle": 0,
|
1135
|
+
"x": 26.6015625,
|
1136
|
+
"y": 505.2578125,
|
1137
|
+
"strokeColor": "#000000",
|
1138
|
+
"backgroundColor": "transparent",
|
1139
|
+
"width": 4.824026288261027,
|
1140
|
+
"height": 58.58079820467515,
|
1141
|
+
"seed": 17596700,
|
1186
1142
|
"groupIds": [],
|
1187
1143
|
"strokeSharpness": "round",
|
1188
|
-
"
|
1189
|
-
"version": 211,
|
1190
|
-
"versionNonce": 2069819676,
|
1191
|
-
"isDeleted": false,
|
1192
|
-
"boundElements": null,
|
1144
|
+
"boundElements": [],
|
1193
1145
|
"updated": 1644874690319,
|
1194
1146
|
"link": null,
|
1147
|
+
"startBinding": null,
|
1148
|
+
"endBinding": {
|
1149
|
+
"elementId": "sVi1vczS_DuDfSdgtCKFo",
|
1150
|
+
"gap": 7.13318776002031,
|
1151
|
+
"focus": -0.16770838909566876
|
1152
|
+
},
|
1153
|
+
"lastCommittedPoint": null,
|
1154
|
+
"startArrowhead": null,
|
1155
|
+
"endArrowhead": "arrow",
|
1195
1156
|
"points": [
|
1196
1157
|
[
|
1197
1158
|
0,
|
@@ -1201,151 +1162,131 @@
|
|
1201
1162
|
4.824026288261027,
|
1202
1163
|
-58.58079820467515
|
1203
1164
|
]
|
1204
|
-
]
|
1205
|
-
"lastCommittedPoint": null,
|
1206
|
-
"startBinding": null,
|
1207
|
-
"endBinding": {
|
1208
|
-
"elementId": "sVi1vczS_DuDfSdgtCKFo",
|
1209
|
-
"gap": 7.13318776002031,
|
1210
|
-
"focus": -0.16770838909566876
|
1211
|
-
},
|
1212
|
-
"startArrowhead": null,
|
1213
|
-
"endArrowhead": "arrow"
|
1165
|
+
]
|
1214
1166
|
},
|
1215
1167
|
{
|
1216
|
-
"id": "7VziJyzwnrbXTD6ntvqXK",
|
1217
1168
|
"type": "text",
|
1218
|
-
"
|
1219
|
-
"
|
1220
|
-
"
|
1221
|
-
"
|
1222
|
-
"angle": 0,
|
1223
|
-
"strokeColor": "#000000",
|
1224
|
-
"backgroundColor": "transparent",
|
1169
|
+
"version": 78,
|
1170
|
+
"versionNonce": 588856996,
|
1171
|
+
"isDeleted": false,
|
1172
|
+
"id": "7VziJyzwnrbXTD6ntvqXK",
|
1225
1173
|
"fillStyle": "hachure",
|
1226
1174
|
"strokeWidth": 1,
|
1227
1175
|
"strokeStyle": "solid",
|
1228
1176
|
"roughness": 1,
|
1229
1177
|
"opacity": 100,
|
1178
|
+
"angle": 0,
|
1179
|
+
"x": 458.0546875,
|
1180
|
+
"y": 187.94140625,
|
1181
|
+
"strokeColor": "#000000",
|
1182
|
+
"backgroundColor": "transparent",
|
1183
|
+
"width": 130,
|
1184
|
+
"height": 40,
|
1185
|
+
"seed": 1623755172,
|
1230
1186
|
"groupIds": [],
|
1231
1187
|
"strokeSharpness": "sharp",
|
1232
|
-
"
|
1233
|
-
"version": 78,
|
1234
|
-
"versionNonce": 588856996,
|
1235
|
-
"isDeleted": false,
|
1236
|
-
"boundElements": null,
|
1188
|
+
"boundElements": [],
|
1237
1189
|
"updated": 1644874690319,
|
1238
1190
|
"link": null,
|
1239
|
-
"text": "sync changes via\ntriggers",
|
1240
1191
|
"fontSize": 16,
|
1241
1192
|
"fontFamily": 1,
|
1193
|
+
"text": "sync changes via\ntriggers",
|
1194
|
+
"baseline": 34,
|
1242
1195
|
"textAlign": "left",
|
1243
1196
|
"verticalAlign": "top",
|
1244
|
-
"baseline": 34,
|
1245
1197
|
"containerId": null,
|
1246
1198
|
"originalText": "sync changes via\ntriggers"
|
1247
1199
|
},
|
1248
1200
|
{
|
1249
|
-
"id": "v5JBgEZBR6grYO7Z7y7qM",
|
1250
1201
|
"type": "text",
|
1251
|
-
"
|
1252
|
-
"
|
1253
|
-
"
|
1254
|
-
"
|
1255
|
-
"angle": 0,
|
1256
|
-
"strokeColor": "#000000",
|
1257
|
-
"backgroundColor": "transparent",
|
1202
|
+
"version": 52,
|
1203
|
+
"versionNonce": 622488988,
|
1204
|
+
"isDeleted": false,
|
1205
|
+
"id": "v5JBgEZBR6grYO7Z7y7qM",
|
1258
1206
|
"fillStyle": "hachure",
|
1259
1207
|
"strokeWidth": 1,
|
1260
1208
|
"strokeStyle": "solid",
|
1261
1209
|
"roughness": 1,
|
1262
1210
|
"opacity": 100,
|
1211
|
+
"angle": 0,
|
1212
|
+
"x": 603.37109375,
|
1213
|
+
"y": 86.203125,
|
1214
|
+
"strokeColor": "#000000",
|
1215
|
+
"backgroundColor": "transparent",
|
1216
|
+
"width": 109,
|
1217
|
+
"height": 20,
|
1218
|
+
"seed": 1088676380,
|
1263
1219
|
"groupIds": [],
|
1264
1220
|
"strokeSharpness": "sharp",
|
1265
|
-
"
|
1266
|
-
"version": 52,
|
1267
|
-
"versionNonce": 622488988,
|
1268
|
-
"isDeleted": false,
|
1269
|
-
"boundElements": null,
|
1221
|
+
"boundElements": [],
|
1270
1222
|
"updated": 1644874690319,
|
1271
1223
|
"link": null,
|
1272
|
-
"text": "copy contents",
|
1273
1224
|
"fontSize": 16,
|
1274
1225
|
"fontFamily": 1,
|
1226
|
+
"text": "copy contents",
|
1227
|
+
"baseline": 14,
|
1275
1228
|
"textAlign": "left",
|
1276
1229
|
"verticalAlign": "top",
|
1277
|
-
"baseline": 14,
|
1278
1230
|
"containerId": null,
|
1279
1231
|
"originalText": "copy contents"
|
1280
1232
|
},
|
1281
1233
|
{
|
1282
|
-
"id": "JW_EkIeJpgvtojxpO3HK3",
|
1283
1234
|
"type": "text",
|
1284
|
-
"
|
1285
|
-
"
|
1286
|
-
"
|
1287
|
-
"
|
1288
|
-
"angle": 0,
|
1289
|
-
"strokeColor": "#000000",
|
1290
|
-
"backgroundColor": "transparent",
|
1235
|
+
"version": 172,
|
1236
|
+
"versionNonce": 574736932,
|
1237
|
+
"isDeleted": false,
|
1238
|
+
"id": "JW_EkIeJpgvtojxpO3HK3",
|
1291
1239
|
"fillStyle": "hachure",
|
1292
1240
|
"strokeWidth": 1,
|
1293
1241
|
"strokeStyle": "solid",
|
1294
1242
|
"roughness": 1,
|
1295
1243
|
"opacity": 100,
|
1244
|
+
"angle": 0,
|
1245
|
+
"x": 607.52734375,
|
1246
|
+
"y": 257.4609375,
|
1247
|
+
"strokeColor": "#000000",
|
1248
|
+
"backgroundColor": "transparent",
|
1249
|
+
"width": 187,
|
1250
|
+
"height": 60,
|
1251
|
+
"seed": 1037519388,
|
1296
1252
|
"groupIds": [],
|
1297
1253
|
"strokeSharpness": "sharp",
|
1298
|
-
"
|
1299
|
-
"version": 172,
|
1300
|
-
"versionNonce": 574736932,
|
1301
|
-
"isDeleted": false,
|
1302
|
-
"boundElements": null,
|
1254
|
+
"boundElements": [],
|
1303
1255
|
"updated": 1644874690319,
|
1304
1256
|
"link": null,
|
1305
|
-
"text": "Replay changes from \naudit table to shadow \ntable",
|
1306
1257
|
"fontSize": 16,
|
1307
1258
|
"fontFamily": 1,
|
1259
|
+
"text": "Replay changes from \naudit table to shadow \ntable",
|
1260
|
+
"baseline": 54,
|
1308
1261
|
"textAlign": "left",
|
1309
1262
|
"verticalAlign": "top",
|
1310
|
-
"baseline": 54,
|
1311
1263
|
"containerId": null,
|
1312
1264
|
"originalText": "Replay changes from \naudit table to shadow \ntable"
|
1313
1265
|
},
|
1314
1266
|
{
|
1315
|
-
"id": "2SFL2DsdpO_Y_mOgwayk4",
|
1316
1267
|
"type": "arrow",
|
1317
|
-
"
|
1318
|
-
"
|
1319
|
-
"
|
1320
|
-
"
|
1321
|
-
"angle": 0,
|
1322
|
-
"strokeColor": "#000000",
|
1323
|
-
"backgroundColor": "transparent",
|
1268
|
+
"version": 375,
|
1269
|
+
"versionNonce": 1932679708,
|
1270
|
+
"isDeleted": false,
|
1271
|
+
"id": "2SFL2DsdpO_Y_mOgwayk4",
|
1324
1272
|
"fillStyle": "hachure",
|
1325
1273
|
"strokeWidth": 1,
|
1326
1274
|
"strokeStyle": "solid",
|
1327
1275
|
"roughness": 1,
|
1328
1276
|
"opacity": 100,
|
1277
|
+
"angle": 0,
|
1278
|
+
"x": 896.7109375,
|
1279
|
+
"y": 274.62890625,
|
1280
|
+
"strokeColor": "#000000",
|
1281
|
+
"backgroundColor": "transparent",
|
1282
|
+
"width": 1.7109375,
|
1283
|
+
"height": 89.52734375,
|
1284
|
+
"seed": 579738140,
|
1329
1285
|
"groupIds": [],
|
1330
1286
|
"strokeSharpness": "round",
|
1331
|
-
"
|
1332
|
-
"version": 375,
|
1333
|
-
"versionNonce": 1932679708,
|
1334
|
-
"isDeleted": false,
|
1335
|
-
"boundElements": null,
|
1287
|
+
"boundElements": [],
|
1336
1288
|
"updated": 1644874690319,
|
1337
1289
|
"link": null,
|
1338
|
-
"points": [
|
1339
|
-
[
|
1340
|
-
0,
|
1341
|
-
0
|
1342
|
-
],
|
1343
|
-
[
|
1344
|
-
-1.7109375,
|
1345
|
-
-89.52734375
|
1346
|
-
]
|
1347
|
-
],
|
1348
|
-
"lastCommittedPoint": null,
|
1349
1290
|
"startBinding": {
|
1350
1291
|
"elementId": "il8dwYadMEWdDmmKXQ15-",
|
1351
1292
|
"focus": 0.0937965535834568,
|
@@ -1356,8 +1297,19 @@
|
|
1356
1297
|
"focus": -0.11511477230674998,
|
1357
1298
|
"gap": 7.666015625
|
1358
1299
|
},
|
1300
|
+
"lastCommittedPoint": null,
|
1359
1301
|
"startArrowhead": null,
|
1360
|
-
"endArrowhead": "arrow"
|
1302
|
+
"endArrowhead": "arrow",
|
1303
|
+
"points": [
|
1304
|
+
[
|
1305
|
+
0,
|
1306
|
+
0
|
1307
|
+
],
|
1308
|
+
[
|
1309
|
+
-1.7109375,
|
1310
|
+
-89.52734375
|
1311
|
+
]
|
1312
|
+
]
|
1361
1313
|
},
|
1362
1314
|
{
|
1363
1315
|
"type": "text",
|
@@ -1391,6 +1343,46 @@
|
|
1391
1343
|
"verticalAlign": "top",
|
1392
1344
|
"containerId": null,
|
1393
1345
|
"originalText": "Perform ALTER statement(s)"
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"id": "iT58vl0AY0QpKcnbDyI5k",
|
1349
|
+
"type": "line",
|
1350
|
+
"x": 148.0126953125,
|
1351
|
+
"y": 121.443359375,
|
1352
|
+
"width": 164.2109375,
|
1353
|
+
"height": 2.92578125,
|
1354
|
+
"angle": 0,
|
1355
|
+
"strokeColor": "#000000",
|
1356
|
+
"backgroundColor": "transparent",
|
1357
|
+
"fillStyle": "hachure",
|
1358
|
+
"strokeWidth": 4,
|
1359
|
+
"strokeStyle": "dotted",
|
1360
|
+
"roughness": 2,
|
1361
|
+
"opacity": 100,
|
1362
|
+
"groupIds": [],
|
1363
|
+
"strokeSharpness": "round",
|
1364
|
+
"seed": 263533469,
|
1365
|
+
"version": 95,
|
1366
|
+
"versionNonce": 1926012093,
|
1367
|
+
"isDeleted": false,
|
1368
|
+
"boundElements": null,
|
1369
|
+
"updated": 1645143501163,
|
1370
|
+
"link": null,
|
1371
|
+
"points": [
|
1372
|
+
[
|
1373
|
+
0,
|
1374
|
+
0
|
1375
|
+
],
|
1376
|
+
[
|
1377
|
+
164.2109375,
|
1378
|
+
-2.92578125
|
1379
|
+
]
|
1380
|
+
],
|
1381
|
+
"lastCommittedPoint": null,
|
1382
|
+
"startBinding": null,
|
1383
|
+
"endBinding": null,
|
1384
|
+
"startArrowhead": null,
|
1385
|
+
"endArrowhead": null
|
1394
1386
|
}
|
1395
1387
|
],
|
1396
1388
|
"appState": {
|