migrations: Add 6.sql: Begin outline index
Dieser Commit ist enthalten in:
Ursprung
2b1dc72410
Commit
8550506517
2
shared/migrations/6.sql
Normale Datei
2
shared/migrations/6.sql
Normale Datei
@ -0,0 +1,2 @@
|
||||
CREATE TABLE outline(id INTEGER PRIMARY KEY, fileid INTEGER REFERENCES file (id) ON DELETE CASCADE, text varchar(1024), page integer);
|
||||
CREATE INDEX outline_fileid ON outline (fileid);
|
@ -5,5 +5,6 @@
|
||||
<file>3.sql</file>
|
||||
<file>4.sql</file>
|
||||
<file>5.sql</file>
|
||||
<file>6.sql</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren