1
0

007_UserStore.sql 238 B

1234567
  1. BEGIN TRANSACTION;
  2. ALTER TABLE useragents add currentLookAtX float not null default 128;
  3. ALTER TABLE useragents add currentLookAtY float not null default 128;
  4. ALTER TABLE useragents add currentLookAtZ float not null default 70;
  5. COMMIT;