gnu-social/plugins/Event
Alexei Sorokin 92e8c40c55 [DATABASE] Add explicit indices for all foreign keys
This adds a requirement for all definitions that have foreign keys to also
require indices for all source (local) attributes mentioned in foreign keys.

MariaDB/MySQL creates indices for source attributes automatically, so this
serves as a way to get rid of those automatic indices and create clean explicit
ones instead.

In PostgreSQL, most of the time, indices on the source are necessary to
decrease performance penalty of foreign keys (like in MariaDB), but they aren't
created automatically, so this serves to remove that difference between
PostgreSQL and MariaDB.
2020-07-31 16:36:40 +03:00
..
actions [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
classes [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
forms i18n 2016-01-21 02:37:07 +01:00
lib [DATABASE] Use "<>" as an SQL non-equality sign in more cases 2020-06-08 18:31:22 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
EventPlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

The Event plugin adds event invitations and RSVPs types of notices.

Installation
============
This plugin is enabled by default

Settings
========
none