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
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
..
parts Event database access 2012-07-03 10:32:15 +02:00
tests Renamed technology tables and views 2012-04-09 15:01:04 +02:00
database.sql Game updates improvements 2012-02-03 16:25:03 +01:00
db-config.sample.txt Database management changes 2011-12-15 15:38:46 +01:00