fixed #1989 - installation on SQLite failing due to DropColumn, fixed #1986 - IClientStartup not getting called for External Modules, added ability to correlate new visitors by IP address
This commit is contained in:
		| @ -10,6 +10,7 @@ namespace Oqtane.Repository | ||||
|         Visitor AddVisitor(Visitor visitor); | ||||
|         Visitor UpdateVisitor(Visitor visitor); | ||||
|         Visitor GetVisitor(int visitorId); | ||||
|         Visitor GetVisitor(int siteId, string IPAddress); | ||||
|         void DeleteVisitor(int visitorId); | ||||
|         int DeleteVisitors(int age); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker