mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-14 18:40:31 +03:00
22 lines
325 B
SQL
22 lines
325 B
SQL
insert into squadrons_news_historical (
|
|
operation_id,
|
|
type_of_news,
|
|
news_id,
|
|
"date",
|
|
category,
|
|
motd,
|
|
author,
|
|
cmdr_id,
|
|
user_id
|
|
) values
|
|
(
|
|
:operation_id,
|
|
:type_of_news,
|
|
:news_id,
|
|
:date,
|
|
:category,
|
|
:motd,
|
|
:author,
|
|
:cmdr_id,
|
|
:user_id
|
|
); |