mirror of
https://github.com/Gurkengewuerz/nitro-docker.git
synced 2024-11-23 00:20:52 +01:00
feat: added sql to sync items_base with items_crackable
This commit is contained in:
parent
c3542cc919
commit
7c5e96da3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,5 +3,6 @@ db/*
|
||||
assets/assets
|
||||
assets/translation/gamedata/
|
||||
assets/translation/*.sql
|
||||
!assets/translation/update_crackable.sql
|
||||
assets/swf
|
||||
assets/usercontent/**/*.png
|
||||
|
1
assets/translation/update_crackable.sql
Normal file
1
assets/translation/update_crackable.sql
Normal file
@ -0,0 +1 @@
|
||||
UPDATE items_base SET interaction_type='crackable' WHERE (SELECT prizes FROM items_crackable WHERE items_crackable.item_id = items_base.id) IS NOT NULL;
|
Loading…
Reference in New Issue
Block a user