This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server-data/db-structure/parts
Emmanuel BENOîT d246f221f0 Event database access
Added tables that store event access interfaces and event states per
interface, as well as functions which allow events to be retrieved:
 * events.interfaces lists access interfaces,
 * events.unprocessed_events lists events which haven't been processed
for each type of interface, with a "pre-processed" flag
 * events.ep_read() is a set of function variants which will read events
 * events.ep_access() is a set of function variants which read events
then update their states.
2012-07-03 10:32:15 +02:00
..
030-data Event database access 2012-07-03 10:32:15 +02:00
040-functions Event database access 2012-07-03 10:32:15 +02:00
050-updates Renamed technology tables and views 2012-04-09 15:01:04 +02:00
010-schemas.sql Database definition & tests organisation 2012-01-06 11:19:19 +01:00
020-extensions.sql Events storage procedure 2012-07-01 14:12:22 +02:00