mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
5 lines
120 B
Ruby
5 lines
120 B
Ruby
class Archive < Sequel::Model
|
|
many_to_one :site
|
|
set_primary_key [:site_id, :ipfs_hash]
|
|
unrestrict_primary_key
|
|
end
|