Skip to content

Commit

Permalink
Update phinxlog
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Oct 1, 2024
1 parent b635e0b commit 9f92002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion back/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,10 @@ INSERT INTO `phinxlog` VALUES (20190610113824,'InitialSchema','2021-06-18 15:51:
(20240624155306,'DeleteDuplicateBoxDeletions','2024-07-13 22:49:45','2024-07-13 22:49:45',0),
(20240701112808,'UpdateSmlSizegroup','2024-07-01 10:22:44','2024-07-01 10:22:44',0),
(20240814154516,'AddTemporalColumnsToTagsRelations','2024-09-12 07:48:21','2024-09-12 07:48:22',0),
(20240827120508,'CleanHistoryTransactions','2024-09-09 07:48:21','2024-09-09 07:48:22',0);
(20240827120508,'CleanHistoryTransactions','2024-09-09 07:48:21','2024-09-09 07:48:22',0),
(20240913171707,'AddMassVolumeSizegroups','2024-09-30 12:34:56','2024-09-30 12:34:57',0),
(20240913172526,'UpdateUnitsTable','2024-09-30 12:35:56','2024-09-30 12:35:57',0),
(20240913175631,'AddUnitValueToStock','2024-09-30 12:36:56','2024-09-30 12:36:57',0);
/*!40000 ALTER TABLE `phinxlog` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
5 changes: 4 additions & 1 deletion back/minimal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,10 @@ INSERT INTO `phinxlog` VALUES (20190610113824,'InitialSchema','2021-06-18 15:51:
(20240624155306,'DeleteDuplicateBoxDeletions','2024-07-13 22:49:45','2024-07-13 22:49:45',0),
(20240701112808,'UpdateSmlSizegroup','2024-07-01 10:22:44','2024-07-01 10:22:44',0),
(20240814154516,'AddTemporalColumnsToTagsRelations','2024-09-12 07:48:21','2024-09-12 07:48:22',0),
(20240827120508,'CleanHistoryTransactions','2024-09-09 07:48:21','2024-09-09 07:48:22',0);
(20240827120508,'CleanHistoryTransactions','2024-09-09 07:48:21','2024-09-09 07:48:22',0),
(20240913171707,'AddMassVolumeSizegroups','2024-09-30 12:34:56','2024-09-30 12:34:57',0),
(20240913172526,'UpdateUnitsTable','2024-09-30 12:35:56','2024-09-30 12:35:57',0),
(20240913175631,'AddUnitValueToStock','2024-09-30 12:36:56','2024-09-30 12:36:57',0);
/*!40000 ALTER TABLE `phinxlog` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 9f92002

Please sign in to comment.