We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058b147 commit b5eca50Copy full SHA for b5eca50
xml/schema/common.xml
@@ -231,34 +231,6 @@
231
</index>
232
</table>
233
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
247
- <field name="user_id" type="I8">
248
249
250
- <field name="note" type="X">
251
252
- <DEFAULT VALUE=""/>
253
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
-
262
<!--
263
*
264
* TABLE sessions
0 commit comments