This website requires JavaScript.
Explore
Help
Sign In
LEGO_Universe
/
DarkflameServer
Watch
1
Star
0
Fork
0
You've already forked DarkflameServer
mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced
2024-08-30 18:43:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9cd7a200a
DarkflameServer
/
migrations
/
dlu
/
3_add_performance_cost.sql
1 line
78 B
MySQL
Raw
Normal View
History
Unescape
Escape
altered table now has a default for performance cost
2022-03-30 07:37:36 +00:00
ALTER
TABLE
properties
ADD
COLUMN
performance_cost
DOUBLE
(
20
,
15
)
DEFAULT
0
.
0
;
Reference in New Issue
Copy Permalink