Skip to content

Commit b5eca50

Browse files
committed
pkp#9456 Remove migration on old XML migration schema
1 parent 058b147 commit b5eca50

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

xml/schema/common.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -231,34 +231,6 @@
231231
</index>
232232
</table>
233233

234-
<!--
235-
*
236-
* TABLE user_private_notes
237-
*
238-
-->
239-
<table name="user_private_notes">
240-
<field name="user_private_note_id" type="I8">
241-
<KEY />
242-
<AUTOINCREMENT />
243-
</field>
244-
<field name="context_id" type="I8">
245-
<NOTNULL/>
246-
</field>
247-
<field name="user_id" type="I8">
248-
<NOTNULL/>
249-
</field>
250-
<field name="note" type="X">
251-
<NOTNULL/>
252-
<DEFAULT VALUE=""/>
253-
</field>
254-
<descr>User private notes are an addition to the gossip, but this one is private to each context.</descr>
255-
<index name="user_private_notes_context_id_user_id">
256-
<col>context_id</col>
257-
<col>user_id</col>
258-
<UNIQUE />
259-
</index>
260-
</table>
261-
262234
<!--
263235
*
264236
* TABLE sessions

0 commit comments

Comments
 (0)