shared: migrations: Add 2.sql: Change to contentless FTS

We never used the content copy we stored. It only wasted space.

Update scheme so we do not store the content anymore. Switch
to contentless FTS approach
This commit is contained in:
2022-07-28 13:44:41 +02:00
parent 7fa266e5e8
commit 78f38fa418
2 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/looqs-migrations">
<file>1.sql</file>
<file>2.sql</file>
</qresource>
</RCC>