Services/Sync/Server/Archived/0.5/Setup/Migration: Difference between revisions

m
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 39: Line 39:
alter table wbo add index predecessorindex (`username`,`collection`,`predecessorid`);
alter table wbo add index predecessorindex (`username`,`collection`,`predecessorid`);


(if you have a particularly old server, you might also need alter table users add column location text)


== SQLite ==
== SQLite ==
Line 49: Line 50:


create index weightindex on wbo (`collection`,`sortindex`);
create index weightindex on wbo (`collection`,`sortindex`);
(if you have a particularly old server, you might also need alter table users add column location text)


==Editing the Client==
==Editing the Client==
In about:config, set extensions.weave.ServerUrl to https://servername
In about:config, set extensions.weave.ServerUrl to https://servername/user
Confirmed users, Bureaucrats and Sysops emeriti
812

edits