Emmanuel BENOîT
74b6f2ab09
* Added various views and helper functions used by the mining computation but which may be re-used in other parts. * Added mining computation update type and associated update function * New constants: game.resources.weightBase (the value used to compute weights from mining settings) and game.resources.extraction (the quantity extracted in a day from a full provider at difficulty 0)
8 lines
No EOL
192 B
PL/PgSQL
8 lines
No EOL
192 B
PL/PgSQL
/*
|
|
* Prepare for the locking tests on sys.gu_pmc_get_data()
|
|
*/
|
|
BEGIN;
|
|
CREATE EXTENSION pageinspect;
|
|
\i utils/common-setup/setup-gu-pmc-get-data-test.sql
|
|
\i utils/locks-finder.sql
|
|
COMMIT; |