Unitstore: Fix the Folder migration (#96078)

* UniStore: Add folder to the SQL backend

This reverts commit aaa4f4a23e.

* fix folder migration
This commit is contained in:
Georges Chaudy
2024-11-12 12:52:04 +01:00
committed by GitHub
parent 7f675cd218
commit c3571752b6
43 changed files with 235 additions and 72 deletions
@@ -5,6 +5,7 @@ INSERT INTO `resource`
`resource`,
`namespace`,
`name`,
`folder`,
`previous_resource_version`,
`value`,
`action`
@@ -15,6 +16,7 @@ INSERT INTO `resource`
'rr',
'nn',
'name',
'fldr',
123,
'[]',
'ADDED'