Mantis#2657. Thank you kindly, StrawberryFride for a patch that:

Added access_time and create_time, plus the new sun position 
data to MSSQL code.
This commit is contained in:
Charles Krinke
2008-11-19 18:36:04 +00:00
parent 44c56a974c
commit 9babdb1095
4 changed files with 70 additions and 57 deletions

View File

@@ -0,0 +1,7 @@
BEGIN TRANSACTION
ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0;
ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0;
ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0;
COMMIT