Resource management functions
* Added defs.uoc_resources() set of functions which create or update basic resources. * Added defs.uoc_natural_resources() set of functions which create or update natural resources.
This commit is contained in:
parent
4e1bb91780
commit
bed784a8e1
7 changed files with 1056 additions and 1 deletions
legacyworlds/doc
|
@ -16,7 +16,13 @@ SERVER & DATABASE:
|
|||
! Add some form of database version control to allow easier updates
|
||||
-> existing options were investigated, they are unsatisfactory
|
||||
|
||||
* Replace all single-precision reals with double precision reals
|
||||
! SQL code clean-up:
|
||||
* Replace all single-precision reals with double precision reals
|
||||
* Make sure internal functions cannot be called by the main user
|
||||
* Make sure functions that are supposed to be executed by the main
|
||||
user are not public
|
||||
* Rename all views to v_*
|
||||
* Rename all table fields to use a prefix
|
||||
|
||||
* Add a tool to initialise the database
|
||||
|
||||
|
|
Reference in a new issue