This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
77d85278a2
gosora
/
schema
/
mssql
/
query_meta.sql
4 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
Added the active memory analytics pane. More to come here. Added the meta store. Added the panel_menu_statistics_active_memory phrase. Added the panel_statistics_active_memory_head phrase. Added the panel_analytics_time_range_month template. Added Go 1.12 to the Travis list. Added the stack and heap columns to the memchunks table. Added the createdAt column to the activity_stream table. Added the meta table. You will need to run the patcher / updater for this commit.
2019-05-09 06:58:55 +00:00
CREATE
TABLE
[
meta
]
(
remove more useless files
2022-02-21 03:16:15 +00:00
[
name
]
nvarchar
(
200
)
not
null
,
[
value
]
nvarchar
(
200
)
not
null
Added the active memory analytics pane. More to come here. Added the meta store. Added the panel_menu_statistics_active_memory phrase. Added the panel_statistics_active_memory_head phrase. Added the panel_analytics_time_range_month template. Added Go 1.12 to the Travis list. Added the stack and heap columns to the memchunks table. Added the createdAt column to the activity_stream table. Added the meta table. You will need to run the patcher / updater for this commit.
2019-05-09 06:58:55 +00:00
)
;