MariaDB [opensim_db]> show columns from migrations ; +---------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------+--------------+------+-----+---------+-------+ | name | varchar(100) | YES | | NULL | | | version | int(11) | YES | | NULL | | +---------+--------------+------+-----+---------+-------+ 2 rows in set (0.00 sec)
JOGrid
MariaDB [jogrid_db]> select * from migrations order by name; +-----------------+---------+ | name | version | +-----------------+---------+ | AgentPrefs | 1 | | AssetStore | 10 | | AuthStore | 4 | | Avatar | 3 | | EstateStore | 34 | | FriendsStore | 4 | | GridStore | 10 | | GridUserStore | 2 | | HGTravelStore | 1 | | IM_Store | 5 | | InventoryStore | 7 | | migrations | 1 | | os_groups_Store | 2 | | Presence | 4 | | RegionStore | 53 | | UserAccount | 6 | +-----------------+---------+ 16 rows in set (0.00 sec)
TUIS EDU Grid
mysql> select * from migrations order by name; +----------------+---------+ | name | version | +----------------+---------+ | AgentPrefs | 1 | | AssetStore | 10 | | AuthStore | 4 | | Avatar | 3 | | EstateStore | 34 | | FriendsStore | 4 | | GridStore | 10 | | GridUserStore | 2 | | HGTravelStore | 1 | | IM_Store | 5 | | InventoryStore | 7 | | LogStore | 1 | | migrations | 1 | | Presence | 4 | | RegionStore | 53 | | UserAccount | 6 | | UserStore | 8 | +----------------+---------+ 17 rows in set (0.00 sec)
TEST Grid (Standalone Hyper Grid 0.9.0Dev)
MariaDB [opensim_db]> select * from migrations order by name; +----------------+---------+ | name | version | +----------------+---------+ | AgentPrefs | 1 | | AssetStore | 10 | | AuthStore | 4 | | Avatar | 3 | | EstateStore | 34 | | FriendsStore | 4 | | GridStore | 10 | | GridUserStore | 2 | | HGTravelStore | 1 | | InventoryStore | 7 | | migrations | 1 | | RegionStore | 53 | | UserAccount | 6 | +----------------+---------+ 13 rows in set (0.00 sec)
Counter: 779,
today: 1,
yesterday: 0
最終更新: 2016-07-10 (日) 12:26:32 (JST) (3071d) by iseki