From 2d7aca6d9dfe58ff35dd86b01b0fc79a85dc529e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 12 Sep 2008 20:38:20 +0000 Subject: * Add userstore sql upgrade I carelessly forgot to check in a couple of revisions ago * Hopefully there wasn't a problem anyway, since the look at stuff isn't enabled yet --- OpenSim/Data/MySQL/Resources/006_UserStore.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 OpenSim/Data/MySQL/Resources/006_UserStore.sql (limited to 'OpenSim/Data/MySQL/Resources') diff --git a/OpenSim/Data/MySQL/Resources/006_UserStore.sql b/OpenSim/Data/MySQL/Resources/006_UserStore.sql new file mode 100644 index 0000000..10b321e --- /dev/null +++ b/OpenSim/Data/MySQL/Resources/006_UserStore.sql @@ -0,0 +1,5 @@ +BEGIN; + +ALTER TABLE agents add currentLookAt varchar(36) not null default ''; + +COMMIT; -- cgit v1.1