gnu-social/plugins/Event
Alexei Sorokin bee3dea9c2 [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.
2021-07-16 19:44:38 +01:00
..
actions [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01:00
classes [DATABASE] Add explicit indices for all foreign keys 2021-07-16 19:44:38 +01:00
forms i18n 2016-01-21 02:37:07 +01:00
lib [DATABASE] Use "<>" as an SQL non-equality sign in more cases 2021-07-16 19:44:36 +01:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
EventPlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2021-07-16 19:44:36 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

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

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

Settings
========
none